Ajout config_page_url

This commit is contained in:
Rodolphe Quiedeville 2003-11-07 17:46:37 +00:00
parent a8dbfc88bf
commit 9a5421e447
4 changed files with 4 additions and 3 deletions

View File

@ -35,7 +35,7 @@ class modCommande extends modDolibarrModules
$this->db = $DB ;
$this->const = array();
$this->boxes = array();
$this->config_page_url = "commande.php";
$this->boxes[0][0] = "Commandes";
$this->boxes[0][1] = "box_commandes.php";
}

View File

@ -34,7 +34,7 @@ class modFacture extends modDolibarrModules
{
$this->db = $DB ;
$this->depends = array("MAIN_MODULE_SOCIETE","MAIN_MODULE_COMPTABILITE");
$this->config_page_url = "facture.php";
$this->const = array();
$this->boxes = array();

View File

@ -32,6 +32,7 @@ class modFicheinter
{
$this->db = $DB ;
$this->depends = array("MAIN_MODULE_SOCIETE");
$this->config_page_url = "fichinter.php";
}
/*
*

View File

@ -34,7 +34,7 @@ class modPropale extends modDolibarrModules
{
$this->db = $DB ;
$this->depends = array("MAIN_MODULE_SOCIETE","MAIN_MODULE_COMMERCIAL");
$this->config_page_url = "propale.php";
$this->const = array();
$this->boxes = array();
/*