[*] 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
@@ -42,6 +42,12 @@ class AdminInvoicesControllerCore extends AdminController
'cast' => 'intval',
'type' => 'bool'
),
'PS_INVOICE_TAXES_BREAKDOWN' => array(
'title' => $this->l('Enable the breakdown of taxes on the invoice:'),
'desc' => $this->l('Enable the breakdown of taxes on the invoice when there are computed (like in QC)'),
'cast' => 'intval',
'type' => 'bool'
),
'PS_INVOICE_PREFIX' => array(
'title' => $this->l('Invoice prefix:'),
'desc' => $this->l('Prefix used for invoice name (e.g. IN00001)'),