diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index 5cfb75a2cf4..474cfc35bb9 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -105,18 +105,19 @@ if ($result) $sortorder="DESC"; } print ''; - print ''; - print_liste_field_titre("Société","index.php","s.nom"); - print ''; + print ''; + print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"s.idp"); + print_liste_field_titre($langs->trans("Company"),$_SERVER["PHP_SELF"],"s.nom"); + print_liste_field_titre($langs->trans("Date"),$_SERVER["PHP_SELF"],"dc"); print "\n"; print ''; print ''; print ''; - print ''; - print ''; + print ''; print ''; - print ''; + print ''; $var=True;
RéfDate
 '; + print '