2
0
forked from Wavyzz/dolibarr

fix PSR2 missing space

This commit is contained in:
Christophe Battarel
2019-08-22 16:07:18 +02:00
parent ed12b1855c
commit 7c3e643fca

View File

@@ -52,7 +52,7 @@ $id = GETPOST("id", 'int');
$ref = GETPOST('ref');
$lineid = GETPOST('lineid', 'int');
$action = GETPOST('action', 'aZ09');
$fk_default_warehouse = GETPOST('fk_default_warehouse','int');
$fk_default_warehouse = GETPOST('fk_default_warehouse', 'int');
if ($user->societe_id)
$socid = $user->societe_id;