From 6a94a6ebacae092aecf7c8ff4b67f894021ef397 Mon Sep 17 00:00:00 2001 From: atm-lena Date: Mon, 7 Feb 2022 17:00:49 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20case=20=C3=A0=20cocher=20"G=C3=A9n?= =?UTF-8?q?=C3=A9rer=20OF=20Enfant"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/mrp/class/mo.class.php | 4 ++-- htdocs/mrp/tpl/originproductline.tpl.php | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/mrp/class/mo.class.php b/htdocs/mrp/class/mo.class.php index 7a2b738b81e..88c9d323fd2 100644 --- a/htdocs/mrp/class/mo.class.php +++ b/htdocs/mrp/class/mo.class.php @@ -1331,9 +1331,9 @@ class Mo extends CommonObject print ''.$form->textwithpicto($langs->trans("VirtualStock"), $langs->trans("VirtualStockDesc")).''; print ''.$langs->trans('QtyFrozen').''; print ''.$langs->trans('DisableStockChange').''; - //print ''.$langs->trans('Efficiency').''; + print ''.$langs->trans('MoChildGenerate').''; //print ''.$form->showCheckAddButtons('checkforselect', 1).''; - print ''; +// print ''; print ''; $i = 0; diff --git a/htdocs/mrp/tpl/originproductline.tpl.php b/htdocs/mrp/tpl/originproductline.tpl.php index 7bb8aa202a8..905f0022b4a 100644 --- a/htdocs/mrp/tpl/originproductline.tpl.php +++ b/htdocs/mrp/tpl/originproductline.tpl.php @@ -78,6 +78,11 @@ if (!empty($selectedLines) && !in_array($this->tpl['id'], $selectedLines)) { print ''; //print ''; print ''; + +print ''; +print ''; +print ''; + print ''."\n"; // Select of all the sub-BOM lines @@ -153,7 +158,6 @@ if ($resql) { print ''; print ''; - print ''; } }