Merge pull request #13249 from hregis/11.0_bug
FIX modFournisseur is required by modSupplierProposal
This commit is contained in:
commit
b9e5f349a1
@ -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