fix the productCombination class on updatePrice
This commit is contained in:
parent
6c2d9d3b3c
commit
09d68dd7a6
@ -534,7 +534,7 @@ class ProductCombination
|
|||||||
$new_price += $variation_price;
|
$new_price += $variation_price;
|
||||||
}
|
}
|
||||||
|
|
||||||
$child->updatePrice($new_price, $new_type, $user, $new_vat, $new_min_price, $i, $new_npr, $new_psq);
|
$child->updatePrice($new_price, $new_type, $user, $new_vat, $new_min_price, $i, $new_npr, $new_psq,0, array(),$parent->default_vat_code);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user