Update multicurrency_rate.php
This commit is contained in:
parent
d5af15a102
commit
9e5fdfdec3
@ -515,7 +515,7 @@ while ($i < min($num, $limit)) {
|
|||||||
|
|
||||||
|
|
||||||
// Fields from hook
|
// Fields from hook
|
||||||
$parameters = ['arrayfields' => $arrayfields, 'obj' => $obj];
|
$parameters = array('arrayfields' => $arrayfields, 'obj' => $obj);
|
||||||
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
|
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
|
||||||
print $hookmanager->resPrint;
|
print $hookmanager->resPrint;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user