From d851def83fc49ff7d47d2081f5a153414ca2a9db Mon Sep 17 00:00:00 2001 From: ywarnier Date: Sat, 17 May 2008 06:00:53 +0000 Subject: [PATCH] Added due date in providers invoices list (just as clients invoices list) --- htdocs/fourn/facture/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index 438798c1016..153e03fb004 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -158,6 +158,7 @@ if ($resql) print_liste_field_titre($langs->trans("Ref"),"index.php","fac.rowid","&socid=$socid","","",$sortfield,$sortorder); print_liste_field_titre($langs->trans("RefSupplier"),"index.php","facnumber","&socid=$socid","","",$sortfield,$sortorder); print_liste_field_titre($langs->trans("Date"),"index.php","fac.datef","&socid=$socid","",'align="center"',$sortfield,$sortorder); + print_liste_field_titre($langs->trans("DateEcheance"),"index.php","fac.date_lim_reglement","&socid=$socid","",'align="center"',$sortfield,$sortorder); print_liste_field_titre($langs->trans("Label"),"index.php","fac.libelle","&socid=$socid","","",$sortfield,$sortorder); print_liste_field_titre($langs->trans("Company"),"index.php","s.nom","&socid=$socid","","",$sortfield,$sortorder); print_liste_field_titre($langs->trans("AmountHT"),"index.php","fac.total_ht","&socid=$socid","",'align="right"',$sortfield,$sortorder); @@ -175,6 +176,7 @@ if ($resql) print ''; print ''; print ' '; + print ' '; print ''; print ''; print ''; @@ -209,6 +211,7 @@ if ($resql) print "\n"; print ''.dolibarr_trunc($obj->facnumber,10).""; print ''.dolibarr_print_date($obj->datef,'day').''; + print ''.dolibarr_print_date($obj->date_echeance,'day').''; print ''.dolibarr_trunc($obj->libelle,36).''; print ''; $supplierstatic->id=$obj->socid;