2
0
forked from Wavyzz/dolibarr

FIX: missing formObjectOptions hook on payment card (#33629)

This commit is contained in:
Jyhere
2025-03-28 15:01:32 +01:00
committed by GitHub
parent 81f232c9cc
commit 38e21a1ef6

View File

@@ -470,6 +470,11 @@ if (!empty($object->ext_payment_id)) {
print '</td></tr>';
}
// Other attributes
$parameters = array();
$reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print '</table>';
print '</div>';