mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
FIX Missing include
This commit is contained in:
@@ -1018,7 +1018,8 @@ if (!$variants) {
|
||||
}
|
||||
} else {
|
||||
// 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);
|
||||
$prodcomb = new ProductCombination($db);
|
||||
$comb2val = new ProductCombination2ValuePair($db);
|
||||
|
||||
Reference in New Issue
Block a user