/[dolibarr]/dolibarr/htdocs/includes/modules/facture/pdf_tourteau.modules.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/modules/facture/pdf_tourteau.modules.php

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

revision 1.35 by eldy, Sun Sep 11 16:51:42 2005 UTC revision 1.36 by eldy, Fri Nov 4 01:07:34 2005 UTC
# Line 37  class pdf_tourteau extends ModelePDFFact Line 37  class pdf_tourteau extends ModelePDFFact
37    
38    function pdf_tourteau($db=0)    function pdf_tourteau($db=0)
39      {      {
40        $this->db = $db;          $this->db = $db;
41        $this->description = "Modèle de facture sans remise";          $this->description = "Modèle de facture sans remise";
42    
43            // Dimension page pour format A4
44            $this->page_largeur = 210;
45            $this->page_hauteur = 297;
46            $this->format = array($this->page_largeur,$this->page_hauteur);
47      }      }
48    
49    function write_pdf_file($facid)    function write_pdf_file($facid)

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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