@@ -202,6 +202,9 @@ |
||
202 | 202 | |
203 | 203 | } |
204 | 204 | |
205 | + /** |
|
206 | + * @param null|string $id_product_attribute |
|
207 | + */ |
|
205 | 208 | private function getCombinationSpecificPrice($combinationSet, $row, $id_product_attribute) { |
206 | 209 | // Call getSpecificPrice in order to set $combination_specific_price |
207 | 210 | if (!isset($combinationSet[(int) $row['id_product_attribute']])) { |