fix:forgotten test condition
This commit is contained in:
parent
31cc7e0610
commit
1ca531239e
@ -636,7 +636,7 @@ else
|
||||
/*
|
||||
* Edition fiche
|
||||
*/
|
||||
if (($action == 'edit' || $action == 're-edit') && 1)
|
||||
if ($action == 'edit' || $action == 're-edit')
|
||||
{
|
||||
$langs->trans("WarehouseEdit");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user