Skip to content

Commit

Permalink
FIX Missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 7, 2020
1 parent 54414f7 commit c4204f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/product/stock/product.php
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,8 @@
}
} 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);
Expand Down

0 comments on commit c4204f9

Please sign in to comment.