[*] BO: Allow to breakdown the taxes when they are computed

This commit is contained in:
Rémi Gaillard
2013-10-01 11:55:56 +02:00
parent 4fcbde878d
commit 9ad046677c
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ class OrderInvoiceCore extends ObjectModel
WHERE od.`id_order` = '.(int)$this->id_order.'
AND od.`id_order_invoice` = '.(int)$this->id.'
AND od.`tax_computation_method` = '.(int)TaxCalculator::ONE_AFTER_ANOTHER_METHOD
);
) || Configuration::get('PS_INVOICE_TAXES_BREAKDOWN');
}
/**