Skip to content
Snippets Groups Projects
Commit 6eecf2f2 authored by Phf's avatar Phf
Browse files

FIX filter by socid if from customer card

parent 20e110a8
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ $langs->load("sendings");
$langs->load("deliveries");
$langs->load('companies');
$socid=GETPOST('socid','int');
// Security check
$expeditionid = GETPOST('id','int');
if ($user->societe_id) $socid=$user->societe_id;
......
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