|
|
@ -1032,7 +1032,7 @@ odoo.define('vracoop_pos_free_balance_v2.container_balance', function (require) |
|
|
|
this.name = options.transaction.name ; |
|
|
|
this.weight_net = options.transaction.weight_net.toFixed(3) ; |
|
|
|
this.price_product = options.transaction.price_product.toFixed(2); |
|
|
|
this.price_net = options.transaction.price_net.toFixed(2); |
|
|
|
this.price_net = options.transaction.price_net; |
|
|
|
|
|
|
|
this._super(options); |
|
|
|
|
|
|
|