diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php
index 76441dafd0e..50508f171df 100644
--- a/htdocs/fourn/commande/dispatch.php
+++ b/htdocs/fourn/commande/dispatch.php
@@ -486,6 +486,7 @@ if ($action == 'updateline' && $permissiontoreceive) {
}
}
+
/*
* View
*/
@@ -616,6 +617,10 @@ if ($id > 0 || !empty($ref)) {
print '
'.$langs->trans("OrderStatusNotReadyToDispatch").'';
}
+
+ print '
';
+
+
if ($object->statut == CommandeFournisseur::STATUS_ORDERSENT
|| $object->statut == CommandeFournisseur::STATUS_RECEIVED_PARTIALLY
|| $object->statut == CommandeFournisseur::STATUS_RECEIVED_COMPLETELY) {
@@ -731,7 +736,7 @@ if ($id > 0 || !empty($ref)) {
print '