[-] BO : Make a lot of changement on the Accounting (accouting plan / configuration / customer)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13987 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user