Ajout config_page_url
This commit is contained in:
parent
a8dbfc88bf
commit
9a5421e447
@ -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";
|
||||
}
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
@ -32,6 +32,7 @@ class modFicheinter
|
||||
{
|
||||
$this->db = $DB ;
|
||||
$this->depends = array("MAIN_MODULE_SOCIETE");
|
||||
$this->config_page_url = "fichinter.php";
|
||||
}
|
||||
/*
|
||||
*
|
||||
|
||||
@ -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();
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user