dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] monnaie statistique prévisionnel


From: Christophe
Subject: [Dolibarr-dev] monnaie statistique prévisionnel
Date: Tue, 16 Aug 2005 01:38:35 -0400

Tout petit patch pour corriger la monnaie des stats prévisionnelles :

--- dolibarrcvs/htdocs/compta/stats/prev.php    2005-07-10
13:46:04.000000000 -0400
+++ dolibarr/htdocs/compta/stats/prev.php       2005-08-16
01:34:38.000000000 -0400
@@ -33,7 +33,7 @@

 function pt ($db, $sql, $title) {
   global $bc;
-  global $langs;
+  global $langs,$conf;

   print '<table class="border" width="100%">';
   print '<tr class="liste_titre">';


Et ici pour supprimer un affichage parasite de debug je suppose :

--- dolibarrcvs/htdocs/compta/tva/index.php     2005-08-15
20:14:00.000000000 -0400
+++ dolibarr/htdocs/compta/tva/index.php        2005-08-16
01:37:38.000000000 -0400
@@ -113,7 +113,7 @@
 //        $sql.= " f.paye = 1";
         $sql.= " AND date_format(f.datef,'%Y') = $y";
         $sql.= " AND date_format(f.datef,'%m') = $m";
-print "xx $sql";
+
     }

     $resql = $db->query($sql);


-- 
Christophe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]