NEW add form confirm hook in paiement card

This commit is contained in:
lvessiller 2021-11-18 12:17:02 +01:00
parent ef447bacbf
commit cdde6ecf94

View File

@ -853,6 +853,9 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
$formconfirm = $hookmanager->resPrint;
}
// Print form confirm
print $formconfirm;
print "</form>\n";
}
}