Remove price dynamic internal var
This commit is contained in:
parent
d18f65a6e2
commit
e528a82051
@ -178,6 +178,9 @@ class PriceParser
|
|||||||
$values["global_".$entry->code] = $entry->value;
|
$values["global_".$entry->code] = $entry->value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Remove internal variables
|
||||||
|
unset($values["supplier_id"]);
|
||||||
|
|
||||||
//Prepare the lib, parameters and values
|
//Prepare the lib, parameters and values
|
||||||
$em = new EvalMath();
|
$em = new EvalMath();
|
||||||
$em->suppress_errors = true; //Don't print errors on page
|
$em->suppress_errors = true; //Don't print errors on page
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user