diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php index a13fc9a982b..a97ea89b31a 100644 --- a/htdocs/fourn/commande/dispatch.php +++ b/htdocs/fourn/commande/dispatch.php @@ -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;