diff --git a/htdocs/fourn/commande/history.php b/htdocs/fourn/commande/history.php index 77e20b2730d..1b733a3edfd 100644 --- a/htdocs/fourn/commande/history.php +++ b/htdocs/fourn/commande/history.php @@ -98,7 +98,7 @@ if ($id > 0) print '
| ".$langs->trans("Supplier")." | "; print ''; - print ''.$soc->nom.' | '; + print ''.$soc->nom.''; print '';
print ' ';
| |