Add formObjectOptions hook to variants/card.php

This commit is contained in:
UlusoftConsultancy 2022-11-07 16:25:03 +01:00
parent 55c284ebb9
commit cb5c5fd56d

View File

@ -214,6 +214,9 @@ if ($action == 'create') {
// Common attributes
include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_edit.tpl.php';
$reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print '</table>';
print dol_get_fiche_end();