Browse Source

Some changes

frederic34 10 years ago
parent
commit
6b4d7b973b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/core/modules/modPrinting.class.php

+ 1 - 1
htdocs/core/modules/modPrinting.class.php

@@ -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;