Update multicurrency_rate.php

This commit is contained in:
Laurent Destailleur 2021-05-03 23:01:05 +02:00 committed by GitHub
parent d5af15a102
commit 9e5fdfdec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -515,7 +515,7 @@ while ($i < min($num, $limit)) {
// 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
print $hookmanager->resPrint;