// tax lines must be negative on order_slip as the other parts

This commit is contained in:
rGaillard
2012-09-05 15:05:33 +00:00
parent ea1e9f8435
commit 4acec40fbf
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -148,6 +148,7 @@ class HTMLTemplateOrderSlipCore extends HTMLTemplateInvoice
'product_tax_breakdown' => $this->getProductTaxesBreakdown(),
'shipping_tax_breakdown' => $this->getShippingTaxesBreakdown(),
'order' => $this->order,
'is_order_slip' => true
));
return $this->smarty->fetch($this->getTemplate('invoice.tax-tab'));