Ajout des dépendances
This commit is contained in:
parent
887a4026e5
commit
a81041cfc3
@ -33,6 +33,8 @@ class modFacture extends modDolibarrModules
|
|||||||
Function modFacture($DB)
|
Function modFacture($DB)
|
||||||
{
|
{
|
||||||
$this->db = $DB ;
|
$this->db = $DB ;
|
||||||
|
$this->depends = array("MAIN_MODULE_SOCIETE","MAIN_MODULE_COMPTABILITE");
|
||||||
|
|
||||||
$this->const = array();
|
$this->const = array();
|
||||||
|
|
||||||
$this->const[0][0] = "FAC_PDF_INTITULE";
|
$this->const[0][0] = "FAC_PDF_INTITULE";
|
||||||
|
|||||||
@ -33,6 +33,8 @@ class modPropale extends modDolibarrModules
|
|||||||
Function modPropale($DB)
|
Function modPropale($DB)
|
||||||
{
|
{
|
||||||
$this->db = $DB ;
|
$this->db = $DB ;
|
||||||
|
$this->depends = array("MAIN_MODULE_SOCIETE","MAIN_MODULE_COMMERCIAL");
|
||||||
|
|
||||||
$this->const = array();
|
$this->const = array();
|
||||||
/*
|
/*
|
||||||
* Constantes
|
* Constantes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user