Merge pull request #11955 from bafbes/abb100078

fix:forgotten test condition
This commit is contained in:
Laurent Destailleur 2019-09-27 11:30:03 +02:00 committed by GitHub
commit 41101d3dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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