diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php index 42b8630bd3c..15ffab13634 100644 --- a/htdocs/expedition/shipment.php +++ b/htdocs/expedition/shipment.php @@ -613,7 +613,7 @@ if ($id > 0 || !empty($ref)) { * Lines or orders with quantity shipped and remain to ship * Note: Qty shipped are already available into $object->expeditions[fk_product] */ - print '
| '.$langs->trans("Description").' | '; - print ''.$langs->trans("QtyOrdered").' | '; - print ''.$langs->trans("QtyShipped").' | '; - print ''.$langs->trans("KeepToShip").' | '; + print ''.$langs->trans("Description").' | '; + print ''.$langs->trans("QtyOrdered").' | '; + print ''.$langs->trans("QtyShipped").' | '; + print ''.$langs->trans("KeepToShip").' | '; if (!empty($conf->stock->enabled)) { - print ''.$langs->trans("RealStock").' | '; + print ''.$langs->trans("RealStock").' | '; } else { - print ''; + print ' | '; } print " |
|---|