diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index f083d71740e..ad27a496672 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -2453,7 +2453,7 @@ elseif (! empty($object->id))
print $form->select_date('','',1,1,'',"commande",1,1,1);
print "\n";
- print "
| ".$langs->trans("Delivery")." | \n";
+ print " |
| ".$langs->trans("Delivery")." | \n";
$liv = array();
$liv[''] = ' ';
$liv['tot'] = $langs->trans("CompleteOrNoMoreReceptionExpected");
diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php
index 049f158a0be..04c039cfbb1 100644
--- a/htdocs/fourn/commande/dispatch.php
+++ b/htdocs/fourn/commande/dispatch.php
@@ -457,7 +457,7 @@ if ($id > 0 || ! empty($ref)) {
print '';
print '';
- print '';
+ print ' ';
print ' ';
// Set $products_dispatched with qty dispatched for each product id
|