mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Export inventory
This commit is contained in:
@@ -1015,6 +1015,8 @@ function GETPOST($paramname, $check = 'alphanohtml', $method = 0, $filter = null
|
||||
$newout = $user->fk_user;
|
||||
} elseif ($reg[1] == 'ENTITY_ID' || $reg[1] == 'ENTITYID') {
|
||||
$newout = $conf->entity;
|
||||
} elseif ($reg[1] == 'ID') {
|
||||
$newout = '__ID__'; // We keep __ID__ we find into backtopage url
|
||||
} else {
|
||||
$newout = ''; // Key not found, we replace with empty string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user