// strike price + group reduction

This commit is contained in:
fBrignoli
2012-05-19 11:56:10 +00:00
parent 43f4ae4189
commit 1c7262a6e0
+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;