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