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

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

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

revision 1.15 by eldy, Sun Mar 6 00:15:34 2005 UTC revision 1.16 by rodolphe, Sun Jul 24 14:18:56 2005 UTC
# Line 54  class modCommercial extends DolibarrModu Line 54  class modCommercial extends DolibarrModu
54      $this->family = "crm";      $this->family = "crm";
55      $this->name = "Commercial";      $this->name = "Commercial";
56      $this->description = "Gestion commercial";      $this->description = "Gestion commercial";
57      $this->version = 'dolibarr';                        // 'experimental' or 'dolibarr' or version  
58        $this->revision = explode(" ","$Revision$");
59        $this->version = $this->revision[1];
60    
61      $this->const_name = "MAIN_MODULE_COMMERCIAL";      $this->const_name = "MAIN_MODULE_COMMERCIAL";
62      $this->const_config = MAIN_MODULE_COMMERCIAL;      $this->const_config = MAIN_MODULE_COMMERCIAL;
63      $this->special = 0;      $this->special = 0;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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