Skip to content
Snippets Groups Projects
Commit ef03dc34 authored by aspangaro's avatar aspangaro
Browse files

Youps !

parent 26e017f4
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ if ($action == 'add') { ...@@ -63,7 +63,7 @@ if ($action == 'add') {
$object->fk_pcg_version = $obj->pcg_version; $object->fk_pcg_version = $obj->pcg_version;
$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 = GETPOST('account_parent', 'int'); $object->account_parent = GETPOST('account_parent', 'int');
$object->account_category = GETPOST('account_category'); $object->account_category = GETPOST('account_category');
$object->label = GETPOST('label', 'alpha'); $object->label = GETPOST('label', 'alpha');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment