Ajout la cration d'un rpertoire

This commit is contained in:
Rodolphe Quiedeville 2005-04-09 09:13:52 +00:00
parent b47f4952f8
commit 9d882b44d6

View File

@ -52,7 +52,8 @@ class modExpedition extends DolibarrModules
$this->family = "crm";
$this->name = "Expedition";
$this->description = "Gestion des expéditions";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_EXPEDITION";
$this->const_config = MAIN_MODULE_EXPEDITION;
$this->special = 0;
@ -111,6 +112,9 @@ class modExpedition extends DolibarrModules
$this->rights[4][3] = 0;
$this->rights[4][4] = 'supprimer';
// Dir
$this->dirs[0] = DOL_DATA_ROOT."/expedition";
$sql = array();
return $this->_init($sql);