Merge pull request #11955 from bafbes/abb100078
fix:forgotten test condition
This commit is contained in:
commit
41101d3dbe
@ -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");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user