// Update Accounting for export

This commit is contained in:
vSchoener
2011-11-15 14:45:24 +00:00
parent 4c7fba91c4
commit 8c11276d3e
6 changed files with 436 additions and 2 deletions
@@ -162,6 +162,16 @@ class AdminTaxesControllerCore extends AdminController
'label' => $this->l('Disabled')
)
)
),
array(
'type' => 'text',
'label' => $this->l('Account number:'),
'name' => 'account_number',
'size' => 33,
'maxlength' => 64,
'required' => false,
'hint' => $this->l('Invalid characters:').' <>;=#{}',
'p' => $this->l('Used for the accounting export')
)
),
'submit' => array(