FIX PSR2 missing space

This commit is contained in:
altairis 2019-08-21 10:37:13 +02:00 committed by GitHub
parent ed12b1855c
commit 98ba7e8184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;