Merge pull request #17562 from oscim/patch-42

Update card.php
This commit is contained in:
Laurent Destailleur 2021-05-11 18:10:07 +02:00 committed by GitHub
commit 8a2a996595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -481,6 +481,13 @@ if ($object->id > 0) {
}
}
$parameters = array();
$reshook = $hookmanager->executeHooks('addMoreBoxStatsSupplier', $parameters, $object, $action);
if (empty($reshook)) {
$boxstat .= $hookmanager->resPrint;
}
$boxstat .= '</td></tr>';
$boxstat .= '</table>';
$boxstat .= '</div>';