Correction oubli

This commit is contained in:
Jean-Christophe Engel 2024-01-12 11:50:04 +01:00
parent c9300fe943
commit b5dc9d0efa
4 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ $form->runIf(f('select_cotis') && !$form->hasErrors(),
}, 'add_cotis_1');
$form->runIf(f('add_cotis') && !$form->hasErrors(),
function () use ($radio, $fields, $facture)
function () use ($radio, $fields, $facture, $form)
{
$radio['type'] = f('cotisation');
try