// changed help text

This commit is contained in:
djfm
2013-10-01 15:06:33 +00:00
parent 23df6cb875
commit 172986a461
@@ -44,7 +44,7 @@ class AdminInvoicesControllerCore extends AdminController
),
'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)'),
'desc' => $this->l('Show a breakdown of taxes by tax rate on the invoice when there are several taxes combined'),
'cast' => 'intval',
'type' => 'bool'
),