FIX PSR2 missing space
This commit is contained in:
parent
ed12b1855c
commit
98ba7e8184
@ -52,7 +52,7 @@ $id = GETPOST("id", 'int');
|
|||||||
$ref = GETPOST('ref');
|
$ref = GETPOST('ref');
|
||||||
$lineid = GETPOST('lineid', 'int');
|
$lineid = GETPOST('lineid', 'int');
|
||||||
$action = GETPOST('action', 'aZ09');
|
$action = GETPOST('action', 'aZ09');
|
||||||
$fk_default_warehouse = GETPOST('fk_default_warehouse','int');
|
$fk_default_warehouse = GETPOST('fk_default_warehouse', 'int');
|
||||||
|
|
||||||
if ($user->societe_id)
|
if ($user->societe_id)
|
||||||
$socid = $user->societe_id;
|
$socid = $user->societe_id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user