[FIX] Fixed on_change warning

bzr revid: fme@openerp.com-20110630090537-q3jsm5su2cu9frqk
This commit is contained in:
Fabien Meghazi 2011-06-30 11:05:37 +02:00
parent 05c283a6ea
commit 122d7b06ba
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ openerp.base.FormView = openerp.base.View.extend( /** @lends openerp.base.FormV
}
}
} else {
this.log("warning : on_processed_onchange can't find field " + field, result);
this.log("warning : on_processed_onchange can't find field " + f, result);
}
}
this.on_form_changed();