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

@ -18,7 +18,7 @@ if (!$client)
}
$form->runIf(f('delete') && !$form->hasErrors(),
function () use ($facture, $f)
function () use ($facture, $f, $form)
{
try {
$facture->delete($f->id);