|
@@ -51,7 +51,7 @@ class modPrinting extends DolibarrModules
|
|
|
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
|
|
$this->name = preg_replace('/^mod/i','',get_class($this));
|
|
|
$this->description = "Enable Printing System.";
|
|
|
- $this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version
|
|
|
+ $this->version = 'dolibarr'; // 'development' or 'experimental' or 'dolibarr' or version
|
|
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
|
|
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
|
|
|
$this->special = 1;
|