diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php index 1235ee651fb..323f12506bc 100644 --- a/htdocs/fourn/commande/card.php +++ b/htdocs/fourn/commande/card.php @@ -2672,7 +2672,7 @@ if ($action == 'create') { if ($object->statut == CommandeFournisseur::STATUS_ACCEPTED) { if ($usercanorder) { - print '
'; + print ''; } else { print ''; }