diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php index 958f03dff2f..cef3d6891e0 100644 --- a/htdocs/product/stock/card.php +++ b/htdocs/product/stock/card.php @@ -636,7 +636,7 @@ else /* * Edition fiche */ - if (($action == 'edit' || $action == 're-edit') && 1) + if ($action == 'edit' || $action == 're-edit') { $langs->trans("WarehouseEdit");