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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17195 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-05 15:05:33 +00:00
parent 302f0abe9d
commit 357368c78c
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'));