Fix: Ajout dpendance pour dsactiver module Code barre si module produit dsactiv.
This commit is contained in:
parent
68e49610fc
commit
637b85e587
@ -70,7 +70,7 @@ class modProduit extends DolibarrModules
|
||||
|
||||
// Dépendances
|
||||
$this->depends = array();
|
||||
$this->requiredby = array("modStock","modService");
|
||||
$this->requiredby = array("modStock","modService","modBarCode");
|
||||
|
||||
// Constantes
|
||||
$this->const = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user