/[dolibarr]/dolibarr/htdocs/includes/modules/modFacture.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/modules/modFacture.class.php

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

revision 1.41 by eldy, Sat May 14 14:22:08 2005 UTC revision 1.42 by rodolphe, Sun Jul 24 14:23:20 2005 UTC
# Line 55  class modFacture extends DolibarrModules Line 55  class modFacture extends DolibarrModules
55      $this->family = "financial";      $this->family = "financial";
56      $this->name = "Factures";      $this->name = "Factures";
57      $this->description = "Gestion des factures";      $this->description = "Gestion des factures";
58      $this->version = 'dolibarr';                        // 'experimental' or 'dolibarr' or version  
59        $this->revision = explode(" ","$Revision$");
60        $this->version = $this->revision[1];
61    
62      $this->const_name = "MAIN_MODULE_FACTURE";      $this->const_name = "MAIN_MODULE_FACTURE";
63      $this->const_config = MAIN_MODULE_FACTURE;      $this->const_config = MAIN_MODULE_FACTURE;
64      $this->special = 0;      $this->special = 0;

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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