Fix: Box contract enabled only if module contract enabled
This commit is contained in:
parent
e4ec2bf0ab
commit
6b20abe569
@ -33,7 +33,7 @@ class box_services_vendus extends ModeleBoxes {
|
||||
var $boxcode="lastproductsincontract";
|
||||
var $boximg="object_product";
|
||||
var $boxlabel;
|
||||
var $depends = array("produit","service");
|
||||
var $depends = array("service","contrat");
|
||||
|
||||
var $db;
|
||||
var $param;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user