diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index c68390835f4..a3d1fa2da04 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -1755,8 +1755,7 @@ if ($action == 'create' && $usercancreate) {
// Shipping Method
if (isModEnabled('expedition')) {
print '
| '.$langs->trans('SendingMethod').' | ';
- print img_picto('', 'object_dolly', 'class="pictofixedwidth"');
- print $form->selectShippingMethod($shipping_method_id, 'shipping_method_id', '', 1, '', 0, 'maxwidth200 widthcentpercentminusx');
+ print img_picto('', 'object_dolly', 'class="pictofixedwidth"').$form->selectShippingMethod($shipping_method_id, 'shipping_method_id', '', 1, '', 0, 'maxwidth200 widthcentpercentminusx');
print ' |
';
}