Skip to content
Snippets Groups Projects
Commit f5a4b9db authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4520 from atm-ph/fix_3.8_show_all_shipping_by_socid

FIX filter by socid if from customer card
parents cd58c93d 6eecf2f2
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