[IMP] point_of_sale: renamed round_digits to round_decimals

bzr revid: fva@openerp.com-20130409144208-2wq4cozxstbdgld5
This commit is contained in:
Frédéric van der Essen 2013-04-09 16:42:08 +02:00
parent 35d3a3480a
commit c176e1e7ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
function openerp_pos_models(instance, module){ //module is instance.point_of_sale
var QWeb = instance.web.qweb;
var round_di = instance.web.round_digits;
var round_di = instance.web.round_decimals;
var round_pr = instance.web.round_precision
// The PosModel contains the Point Of Sale's representation of the backend.