forked from Wavyzz/dolibarr
Update card.php
This commit is contained in:
committed by
GitHub
parent
f6ad2c3a76
commit
22ffef7b4e
@@ -46,7 +46,8 @@ $action = GETPOST('action', 'aZ09');
|
||||
$confirm = GETPOST('confirm', 'alpha');
|
||||
$backtopage = GETPOST('backtopage', 'alpha');
|
||||
|
||||
$socid = GETPOST('socid', 'int'); if ($socid < 0) {
|
||||
$socid = GETPOST('socid', 'int');
|
||||
if ($socid < 0) {
|
||||
$socid = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user