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

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

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

revision 1.5 by rodolphe, Thu Nov 24 12:45:53 2005 UTC revision 1.6 by rodolphe, Thu Nov 24 12:52:14 2005 UTC
# Line 134  class pdfdetail_nodet { Line 134  class pdfdetail_nodet {
134                 */                 */
135                $pdf->FirstPage = 1;                $pdf->FirstPage = 1;
136                $pdf->AddPage();                $pdf->AddPage();
137                $this->Header($pdf);                $this->Header($pdf, $output);
138    
139                $pdf->SetFillColor(230,230,230);                $pdf->SetFillColor(230,230,230);
140                /*                /*
# Line 479  class pdfdetail_nodet { Line 479  class pdfdetail_nodet {
479      $pdf->MultiCell(89, 4, $libelle, 0);      $pdf->MultiCell(89, 4, $libelle, 0);
480    
481      $pdf->SetX(11);      $pdf->SetX(11);
482      $pdf->MultiCell(80, 4, "Page : ". $pdf->PageNo() ."/{nb}", 0);      if ($output == 0)
483          {
484            $pdf->MultiCell(80, 4, "Page : ". $pdf->PageNo() ."/{nb}", 0);
485          }
486    
487      // Clients spéciaux      // Clients spéciaux
488    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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