Skip to content

Commit

Permalink
FIX PSR2 missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
altairis committed Aug 21, 2019
1 parent ed12b18 commit 98ba7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/commande/dispatch.php
Expand Up @@ -52,7 +52,7 @@
$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;
Expand Down

0 comments on commit 98ba7e8

Please sign in to comment.