Fix dynamic prices bug caused by arg displacement
This commit is contained in:
parent
56194091a9
commit
06d3b5792c
@ -300,7 +300,7 @@ class PriceParser
|
||||
}
|
||||
|
||||
//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
|
||||
$extra_values = array_merge($extra_values, array(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user