FIX modFournisseur is required by modSupplierProposal
This commit is contained in:
parent
bb5b55f9e3
commit
e962afb9c5
@ -71,7 +71,7 @@ class modFournisseur extends DolibarrModules
|
|||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
$this->depends = array("modSociete");
|
$this->depends = array("modSociete");
|
||||||
$this->requiredby = array();
|
$this->requiredby = array("modSupplierProposal");
|
||||||
$this->langfiles = array('bills', 'companies', 'suppliers', 'orders', 'sendings');
|
$this->langfiles = array('bills', 'companies', 'suppliers', 'orders', 'sendings');
|
||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user