[-] BO : #PSFV-652 - Fix bug with price and decimal (TE/TI conversion)

This commit is contained in:
mDeflotte
2012-03-14 16:08:00 +00:00
parent 2d0c219d0d
commit 84ee95383d
4 changed files with 13 additions and 8 deletions
+1
View File
@@ -53,6 +53,7 @@ virtual_product_nb_days, is_shareable)
getE('attribute_upc').value = upc;
getE('attribute_wholesale_price').value = Math.abs(wholesale_price);
getE('attribute_price').value = ps_round(Math.abs(price_impact), 2);
getE('attribute_priceTEReal').value = Math.abs(price_impact);
getE('attribute_weight').value = Math.abs(weight_impact);
getE('attribute_unity').value = Math.abs(unit_impact);
if ($('#attribute_ecotax').length != 0)