Fixed PHP fatal error

This commit is contained in:
Marcos García de La Fuente 2016-12-27 16:13:39 +01:00
parent 47a444b2ab
commit 154425e2bc

View File

@ -976,6 +976,7 @@ class Product extends CommonObject
if (!$error) {
require_once DOL_DOCUMENT_ROOT.'/attributes/class/ProductCombination.class.php';
require_once DOL_DOCUMENT_ROOT.'/attributes/class/ProductCombination2ValuePair.class.php';
//If it is a parent product, then we remove the association with child products
$prodcomb = new ProductCombination($this->db);