mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update card.php
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user