From 8556df5b726887b8532f6cac8b90a8e73353bfb0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 5 May 2004 21:35:26 +0000 Subject: [PATCH] =?UTF-8?q?Le=20CA=20en=20mode=20cr=E9ances=20ne=20fonctio?= =?UTF-8?q?nnait=20pas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/stats/comp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/stats/comp.php b/htdocs/compta/stats/comp.php index 055ae41296d..ecc2b65f807 100644 --- a/htdocs/compta/stats/comp.php +++ b/htdocs/compta/stats/comp.php @@ -95,7 +95,7 @@ function propals ($db, $year, $month) { function factures ($db, $year, $month, $paye) { - global $bc; + global $bc,$conf; $sql = "SELECT s.nom, s.idp, f.facnumber, f.total,".$db->pdate("f.datef")." as df, f.paye, f.rowid as facid "; $sql .= " FROM ".MAIN_DB_PREFIX."societe as s,".MAIN_DB_PREFIX."facture as f"; @@ -238,7 +238,7 @@ function pt ($db, $sql, $year) { function ppt ($db, $year, $socidp) { - global $bc; + global $bc,$conf; print ""; print '
';