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

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

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

revision 1.21 by eldy, Sat Jul 16 11:11:39 2005 UTC revision 1.22 by eldy, Fri Nov 4 01:07:34 2005 UTC
# Line 19  Line 19 
19   *   *
20   * $Id$   * $Id$
21   * $Source$   * $Source$
  *  
22   */   */
23    
24  /**     \file       htdocs/includes/modules/facture/pdf_bulot.modules.php  /**     \file       htdocs/includes/modules/facture/pdf_bulot.modules.php
# Line 41  class pdf_bulot extends ModelePDFFacture Line 40  class pdf_bulot extends ModelePDFFacture
40      */      */
41    function pdf_bulot($db)    function pdf_bulot($db)
42      {      {
43        $this->db = $db;          $this->db = $db;
44        $this->description = "Modèle de facture avec remise et infos réglement";          $this->description = "Modèle de facture avec remise et infos réglement";
45    
46            // Dimension page pour format A4
47            $this->page_largeur = 210;
48            $this->page_hauteur = 297;
49            $this->format = array($this->page_largeur,$this->page_hauteur);
50      }      }
51    
52    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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