Merge pull request #10976 from IonAgorria/fix-supplier-prices
Fix dynamic prices bug caused by arg displacement
This commit is contained in:
commit
62f6764e4f
@ -300,7 +300,7 @@ class PriceParser
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Get the product data (use ignore_expression to avoid possible recursion)
|
//Get the product data (use ignore_expression to avoid possible recursion)
|
||||||
$product_supplier->fetch($product_supplier->id, '', '', 1);
|
$product_supplier->fetch($product_supplier->id, '', '', '', 1);
|
||||||
|
|
||||||
//Accessible values by expressions
|
//Accessible values by expressions
|
||||||
$extra_values = array_merge($extra_values, array(
|
$extra_values = array_merge($extra_values, array(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user