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

Replace with 0

parent 55a83f9d
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ if ($action == 'add') { ...@@ -70,7 +70,7 @@ if ($action == 'add') {
} }
if (GETPOST('account_parent') <= 0) { if (GETPOST('account_parent') <= 0) {
$account_parent = ''; $account_parent = 0;
} else { } else {
$account_parent = GETPOST('account_parent','int'); $account_parent = GETPOST('account_parent','int');
} }
......
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