[-] BO : Make a lot of changement on the Accounting (accouting plan / configuration / customer)

This commit is contained in:
vSchoener
2012-03-08 17:21:23 +00:00
parent 5da67d1692
commit 300295ac59
20 changed files with 419 additions and 186 deletions
@@ -278,7 +278,8 @@ class AdminCustomersControllerCore extends AdminController
'name' => 'account_number',
'size' => 33,
'required' => false,
'desc' => $this->l('Used for the accounting export')
'desc' => $this->l('Used for the accounting export. If this field is empty, the accounting export will use this number ').
Accounting::getDisplayedCustomerAccount($this->getFieldValue($obj, 'id_customer'), true)
),
array(
'type' => 'birthday',