[-] BO : Delete accounting
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15153 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -272,15 +272,6 @@ class AdminCustomersControllerCore extends AdminController
|
||||
'required' => ($obj->id ? false : true),
|
||||
'desc' => ($obj->id ? $this->l('Leave blank if no change') : $this->l('5 characters min., only letters, numbers, or').' -_')
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Accounting number:'),
|
||||
'name' => 'account_number',
|
||||
'size' => 33,
|
||||
'required' => false,
|
||||
'desc' => sprintf($this->l('Used for the accounting export. If this field is empty, the accounting export will use the predefined number from your shop %s'),
|
||||
$accounting_number ? '('.$accounting_number.')' : '')
|
||||
),
|
||||
array(
|
||||
'type' => 'birthday',
|
||||
'label' => $this->l('Birthday:'),
|
||||
|
||||
Reference in New Issue
Block a user