[FIX] more misused reserved words

bzr revid: xmo@openerp.com-20110406071933-bpb387nl7fcfw8xw
This commit is contained in:
Xavier Morel 2011-04-06 09:19:33 +02:00
parent bf0168e3af
commit 69ee020a91
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ openerp.base.FormView = openerp.base.Controller.extend( /** @lends openerp.base
this.log("Record was not saved");
} else {
// Check response for exceptions, display error
this.notification.default("Record saved", "The record #" + this.datarecord.id + " has been saved.");
this.notification['default']("Record saved", "The record #" + this.datarecord.id + " has been saved.");
}
},
do_search: function (domains, contexts, groupbys) {