/[dolibarr]/dolibarr/htdocs/telephonie/pdf/pdfdetail_papier.modules.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/pdf/pdfdetail_papier.modules.php

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

revision 1.1 by rodolphe, Tue Nov 29 13:11:55 2005 UTC revision 1.2 by rodolphe, Tue Nov 29 13:17:42 2005 UTC
# Line 125  class pdfdetail_papier { Line 125  class pdfdetail_papier {
125                 * Liste des appels                 * Liste des appels
126                 *                 *
127                 */                 */
   
128                $sql = "SELECT t.ligne, ".$this->db->pdate("t.date")." as pdate";                $sql = "SELECT t.ligne, ".$this->db->pdate("t.date")." as pdate";
129                $sql .= " , t.numero, t.dest, t.duree, t.cout_vente";                $sql .= " , t.numero, t.dest, t.duree, t.cout_vente";
130                $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_communications_details as t ";                $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_communications_details as t ";
# Line 137  class pdfdetail_papier { Line 136  class pdfdetail_papier {
136                if ( $resql )                if ( $resql )
137                  {                  {
138                    $num = $this->db->num_rows($resql);                    $num = $this->db->num_rows($resql);
139                    print $num."\n";  
140                    $pdf->AddPage();                    $pdf->AddPage();
141                    $this->ListHeader($pdf);                    $this->ListHeader($pdf);
142                    $i = 0;                    $i = 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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