GX-Bug #61429 » isIntracommunityDeliveryFix.patch
| src/includes/modules/order_total/ot_tax.php (date 1552045446000) | ||
|---|---|---|
| 52 | 52 |
reset($order->info['tax_groups']); |
| 53 | 53 |
foreach($order->info['tax_groups'] as $key => $value) |
| 54 | 54 |
{
|
| 55 |
if($value > 0 || (gm_get_conf('DISPLAY_0_PROCENT_TAX') === '1' && $value >= 0))
|
|
| 55 |
if(isset($key) || (gm_get_conf('DISPLAY_0_PROCENT_TAX') === '1' && $value >= 0))
|
|
| 56 | 56 |
{
|
| 57 | 57 |
|
| 58 | 58 |
if($_SESSION['customers_status']['customers_status_show_price_tax'] != 0) |