Qual: Mutualized common code. Move module admin pages into admin

directory.
This commit is contained in:
eldy
2011-09-28 14:13:48 +02:00
parent fa63f0fe0c
commit a3e7ec7dc0
8 changed files with 282 additions and 354 deletions

View File

@@ -59,7 +59,7 @@ class modSociete extends DolibarrModules
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
$this->special = 0;
$this->config_page_url = array("societe.php");
$this->config_page_url = array("societe.php@societe");
// Name of image file used for this module.
$this->picto='company';