[-] 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:
@@ -158,13 +158,6 @@ class AdminOrderPreferencesControllerCore extends AdminController
|
||||
'cast' => 'intval',
|
||||
'type' => 'bool'
|
||||
),
|
||||
'PS_GIFT_WRAPPING_ACCOUNT_NUMBER' => array(
|
||||
'title' => $this->l('Gift-wrapping account number'),
|
||||
'desc' => $this->l('Set an account number for your gift-wrapping (used for accounting)'),
|
||||
'validation' => 'isString',
|
||||
'type' => 'text',
|
||||
'size' => 30,
|
||||
),
|
||||
),
|
||||
'submit' => array('title' => $this->l(' Save '), 'class' => 'button'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user