From 23793eaa4b541e280242a28b95d269b6012d2244 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jan 2004 19:43:59 +0000 Subject: [PATCH] Correction commentaire. --- htdocs/fourn/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index a9f51f81d76..fe0ed0bfd0f 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -177,7 +177,7 @@ if ($socid > 0) print ''; /* * - * Liste des projets associés + * Liste des factures associées * */ $sql = "SELECT p.rowid,p.libelle,p.facnumber,".$db->pdate("p.datef")." as df";