// miss ;
This commit is contained in:
@@ -212,7 +212,7 @@ class HTMLTemplateOrderSlipCore extends HTMLTemplateInvoice
|
||||
foreach ($tmp_tax_infos as $rate => &$row)
|
||||
{
|
||||
if (!isset($ecotax[$rate]))
|
||||
continue
|
||||
continue;
|
||||
$row['total_price_tax_excl'] -= $ecotax[$rate]['ecotax_tax_excl'];
|
||||
$row['total_amount'] -= ($ecotax[$rate]['ecotax_tax_incl'] - $ecotax[$rate]['ecotax_tax_excl']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user