[-] BO : #PSTEST-474 : bug fixed

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12529 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mBertholino
2012-01-18 13:56:01 +00:00
parent 74a1896e9f
commit 7514b555c5
+1 -1
View File
@@ -52,7 +52,7 @@ virtual_product_nb_days, is_shareable)
getE('attribute_ean13').value = ean;
getE('attribute_upc').value = upc;
getE('attribute_wholesale_price').value = Math.abs(wholesale_price);
getE('attribute_price').value = Math.abs(price_impact);
getE('attribute_price').value = ps_round(Math.abs(price_impact), 2);
getE('attribute_weight').value = Math.abs(weight_impact);
getE('attribute_unity').value = Math.abs(unit_impact);
if ($('#attribute_ecotax').length != 0)