/[dolibarr]/dolibarr/htdocs/tva.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/tva.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by ccomb, Mon Aug 15 15:15:36 2005 UTC revision 1.10 by ccomb, Mon Aug 15 15:17:10 2005 UTC
# Line 120  class Tva Line 120  class Tva
120          {          {
121              $sql .= " WHERE f.datef >= '$year-01-01' AND f.datef <= '$year-12-31' ";              $sql .= " WHERE f.datef >= '$year-01-01' AND f.datef <= '$year-12-31' ";
122          }          }
 echo $sql;  
123          $result = $this->db->query($sql);          $result = $this->db->query($sql);
124    
125          if ($result)          if ($result)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26