// broken due to merge

This commit is contained in:
fBrignoli
2011-11-22 09:11:30 +00:00
parent 423df9a333
commit a519d7cb79
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ class ProductControllerCore extends FrontController
'ecotax_tax_exc' => Tools::ps_round($this->product->ecotax, 2),
'ecotaxTax_rate' => $ecotax_rate,
'productPriceWithoutEcoTax' => (float)$product_price_without_eco_tax,
'group_reduction' => (1 - $group_reduction),,
'group_reduction' => (1 - $group_reduction),
'no_tax' => Tax::excludeTaxeOption() || !$this->product->getTaxesRate($address),
'ecotax' => (!count($this->errors) && $this->product->ecotax > 0 ? Tools::convertPrice((float)$this->product->ecotax) : 0),
'tax_enabled' => Configuration::get('PS_TAX')