From 1bb649bc7eaf6bbf78863cf7e33efefb96ecec2a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 24 Jul 2023 22:54:45 +0200 Subject: [PATCH] Fix phpcs --- htdocs/mrp/mo_production.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/mrp/mo_production.php b/htdocs/mrp/mo_production.php index f3a86e4ad35..bcf05b0c02d 100644 --- a/htdocs/mrp/mo_production.php +++ b/htdocs/mrp/mo_production.php @@ -543,7 +543,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea $linkback = ''.$langs->trans("BackToList").''; $morehtmlref = '
'; - + /* // Ref bis $morehtmlref.=$form->editfieldkey("RefBis", 'ref_client', $object->ref_client, $object, $user->rights->mrp->creer, 'string', '', 0, 1); @@ -557,7 +557,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea $morehtmlref .= ' ('.$langs->trans("OtherOrders").')'; } } - + // Project if (isModEnabled('project')) { $langs->load("projects");