Bugfix
This commit is contained in:
parent
9cc7b53071
commit
c48869e02b
@ -111,7 +111,7 @@ if ($action == 'add') {
|
|||||||
$object->pcg_type = GETPOST('pcg_type');
|
$object->pcg_type = GETPOST('pcg_type');
|
||||||
$object->pcg_subtype = GETPOST('pcg_subtype');
|
$object->pcg_subtype = GETPOST('pcg_subtype');
|
||||||
$object->account_number = $account_number;
|
$object->account_number = $account_number;
|
||||||
$object->account_parent = account_parent;
|
$object->account_parent = $account_parent;
|
||||||
$object->account_category = GETPOST('account_category');
|
$object->account_category = GETPOST('account_category');
|
||||||
$object->label = GETPOST('label', 'alpha');
|
$object->label = GETPOST('label', 'alpha');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user