From e403a3a896e3d0cd4f475586d524435bf3c8e5fd Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Wed, 14 Sep 2022 09:40:46 +0200 Subject: [PATCH] FIX : input hidden with fk_product of line on mo production can be usefull --- htdocs/mrp/mo_production.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/mrp/mo_production.php b/htdocs/mrp/mo_production.php index d92c595c6ec..bc83b841f09 100644 --- a/htdocs/mrp/mo_production.php +++ b/htdocs/mrp/mo_production.php @@ -1008,6 +1008,9 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea $disable = 'disabled'; } + // input hidden with fk_product of line + print ''; + // Qty print '';