// strike price + group reduction

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15428 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2012-05-19 11:56:10 +00:00
parent cd1073e68e
commit 6e673b6075
+1 -3
View File
@@ -375,9 +375,7 @@ function updateDisplay()
reduction = ps_round(reduction / tax, 6);
}
if (!display_specific_price)
productPriceWithoutReduction = productPrice * group_reduction;
productPriceWithoutReduction = productPrice * group_reduction;
productPrice -= reduction;
var tmp = productPrice * group_reduction;