mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
return resprint hook (#30222)
This commit is contained in:
@@ -701,6 +701,8 @@ $resHook = $hookmanager->executeHooks('completeListOfReferent', $parameters, $ob
|
||||
|
||||
if (!empty($hookmanager->resArray)) {
|
||||
$listofreferent = array_merge($listofreferent, $hookmanager->resArray);
|
||||
} elseif ($resHook > 0 && !empty($hookmanager->resPrint)) {
|
||||
$listofreferent = $hookmanager->resPrint;
|
||||
}
|
||||
|
||||
if ($action == "addelement") {
|
||||
|
||||
Reference in New Issue
Block a user