[FIX] remove space

bzr revid: hmo@tinyerp.com-20121012132928-1c3dq4pjjp3gxtfr
This commit is contained in:
Harry (OpenERP) 2012-10-12 18:59:28 +05:30
parent 46c1a230bb
commit 30ade00b31
1 changed files with 0 additions and 1 deletions

View File

@ -39,6 +39,5 @@ instance.web.form.FieldUOMFactor = instance.web.form.FieldFloat.extend({
parse_value: function(val, def) {
return instance.web.parse_value(val, {type: "float"}, def);
},
});
}