diff --git a/htdocs/compta/paiement/card.php b/htdocs/compta/paiement/card.php index f24008595c4..f9a695fb599 100644 --- a/htdocs/compta/paiement/card.php +++ b/htdocs/compta/paiement/card.php @@ -470,6 +470,11 @@ if (!empty($object->ext_payment_id)) { print ''; } +// 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 ''; print '';