[fix] small thing i forgot in the preceding fix

bzr revid: nicolas.vanhoren@openerp.com-20110829122837-ahv6bhb6720jk0ld
This commit is contained in:
niv-openerp 2011-08-29 14:28:37 +02:00
parent 3d3783d740
commit 550387fd91
1 changed files with 1 additions and 1 deletions

View File

@ -2202,7 +2202,7 @@ openerp.base.form.FormOpenDataset = openerp.base.ReadOnlyDataSetSearch.extend({
if (this.fop.options.read_function) {
return this.fop.options.read_function.apply(null, arguments);
} else {
this._super.apply(this, arguments);
return this._super.apply(this, arguments);
}
}
});