GX-Bug #52500 » OrdersEditPriceFix.patch
src/includes/classes/xtcPrice.php (revision ) | ||
---|---|---|
180 | 180 |
$t_tax_rate = $this->TAX[$p_tax_class_id]; |
181 | 181 |
} |
182 | 182 | |
183 |
if($this->cStatus['customers_status_show_price_tax'] == '0' && !$this->showHiddenPrice)
|
|
183 |
if($this->cStatus['customers_status_show_price_tax'] == '0') |
|
184 | 184 |
{ |
185 | 185 |
$t_tax_rate = 0; |
186 | 186 |
} |