From 4eb3c2d39a187d0775dcc55f4d36979ab384851e Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Fri, 7 Dec 2018 14:44:28 +0100 Subject: [PATCH] [FIX] add spaces --- pos_pricelist/static/src/js/models.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_pricelist/static/src/js/models.js b/pos_pricelist/static/src/js/models.js index b7884ccc..ab3cb5f2 100644 --- a/pos_pricelist/static/src/js/models.js +++ b/pos_pricelist/static/src/js/models.js @@ -578,7 +578,7 @@ function pos_pricelist_models(instance, module) { if (k == 0) { if (product.to_weight) { $(product_ui).find('.price-tag').html(price - + this.pos_widget.pos.units_by_id[product.uom_id[0]].name); + + ' / ' + this.pos_widget.pos.units_by_id[product.uom_id[0]].name); } else { $(product_ui).find('.price-tag').html(price); }