// Normalize

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12682 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-25 14:45:32 +00:00
parent 589ab416da
commit 6e008f47d9
5 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ class HTMLTemplateInvoiceCore extends HTMLTemplate
{
$invoice_address = new Address((int)$this->order->id_address_invoice);
$tax_exempt = Configuration::get('VATNUMBER_MANAGEMENT')
AND !empty($invoiceAddress->vat_number)
AND $invoiceAddress->id_country != Configuration::get('VATNUMBER_COUNTRY');
&& !empty($invoiceAddress->vat_number)
&& $invoiceAddress->id_country != Configuration::get('VATNUMBER_COUNTRY');
$this->smarty->assign(array(
'tax_exempt' => $tax_exempt,