diff --git a/htdocs/mrp/mo_production.php b/htdocs/mrp/mo_production.php index b0e0b84202a..c36926260e6 100644 --- a/htdocs/mrp/mo_production.php +++ b/htdocs/mrp/mo_production.php @@ -727,6 +727,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea print '
| '.$langs->trans("Product").' | '; // Qty print ''.$langs->trans("Qty").' | '; @@ -745,13 +746,14 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea if (in_array($action, array('consumeorproduce', 'consumeandproduceall'))) { $listwarehouses = $tmpwarehouse->list_array(1); if (count($listwarehouses) > 1) { - print ''; @@ -870,7 +872,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea print ' |
| '.$tmpproduct->getNomUrl(1);
- print ' '.$tmpproduct->label.''; + print ' '.$tmpproduct->label.' ';
print ' | ';
// Qty
print ''; |