From 2d1615de27f6ca87ccb565677d0e73b399c4f553 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 11 May 2022 15:22:16 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/mrp/mo_production.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/mrp/mo_production.php b/htdocs/mrp/mo_production.php index d6dc4d250d0..8f121f2788f 100644 --- a/htdocs/mrp/mo_production.php +++ b/htdocs/mrp/mo_production.php @@ -737,7 +737,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea print $langs->trans("Warehouse"); // Select warehouse to force it everywhere - if(in_array($action, array('consumeorproduce', 'consumeandproduceall'))) { + if (in_array($action, array('consumeorproduce', 'consumeandproduceall'))) { $listwarehouses = $tmpwarehouse->list_array(1); if (count($listwarehouses) > 1) { print '
' . $langs->trans("ForceTo") . ' ' . $form->selectarray('fk_default_warehouse', $listwarehouses, $fk_default_warehouse, 1, 0, 0, '', 0, 0, 0, '', 'minwidth100 maxwidth300', 1);