FIX Missing include
This commit is contained in:
parent
84c1228ad4
commit
2eae9a2fa2
@ -1018,7 +1018,8 @@ if (!$variants) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// List of variants
|
// List of variants
|
||||||
|
include_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination.class.php';
|
||||||
|
include_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination2ValuePair.class.php';
|
||||||
$prodstatic = new Product($db);
|
$prodstatic = new Product($db);
|
||||||
$prodcomb = new ProductCombination($db);
|
$prodcomb = new ProductCombination($db);
|
||||||
$comb2val = new ProductCombination2ValuePair($db);
|
$comb2val = new ProductCombination2ValuePair($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user