Browse Source

[FIX] add spaces

pull/371/head
Sylvain LE GAL 6 years ago
parent
commit
4eb3c2d39a
  1. 2
      pos_pricelist/static/src/js/models.js

2
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);
}

Loading…
Cancel
Save