diff --git a/htdocs/mrp/mo_production.php b/htdocs/mrp/mo_production.php index 3860e542db2..7521e096dbb 100644 --- a/htdocs/mrp/mo_production.php +++ b/htdocs/mrp/mo_production.php @@ -1319,6 +1319,10 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea print ''; print ''; + if (in_array($action, array('consumeorproduce', 'consumeandproduceall', 'addconsumeline'))) { + print "\n"; + } + ?>