diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php
index 2d81c5e0545..9b55ff46c14 100644
--- a/htdocs/expedition/list.php
+++ b/htdocs/expedition/list.php
@@ -658,7 +658,7 @@ if (!empty($arrayfields['e.fk_shipping_method']['checked'])) {
// Delivery method
print '
';
$shipment->fetch_delivery_methods();
- print $form->selectarray("search_shipping_method_id", $shipment->meths, $search_shipping_method_id, 1, 0, 0, "", 1);
+ print $form->selectarray("search_shipping_method_id", $shipment->meths, $search_shipping_method_id, 1, 0, 0, "", 1, 0, 0, '', 'maxwidth150');
print " | \n";
}
// Tracking number
@@ -904,7 +904,7 @@ while ($i < min($num, $limit)) {
if (!empty($arrayfields['e.fk_shipping_method']['checked'])) {
// Get code using getLabelFromKey
$code=$langs->getLabelFromKey($db, $shipment->shipping_method_id, 'c_shipment_mode', 'rowid', 'code');
- print '';
+ print ' | ';
if ($shipment->shipping_method_id > 0) print $langs->trans("SendingMethod".strtoupper($code));
print ' | ';
}