[-] 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
@@ -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'),
),