fix:forgotten test condition

This commit is contained in:
Abbes Bahfir 2019-09-24 09:38:16 +01:00
parent 31cc7e0610
commit 1ca531239e

View File

@ -636,7 +636,7 @@ else
/* /*
* Edition fiche * Edition fiche
*/ */
if (($action == 'edit' || $action == 're-edit') && 1) if ($action == 'edit' || $action == 're-edit')
{ {
$langs->trans("WarehouseEdit"); $langs->trans("WarehouseEdit");