Correction oubli
This commit is contained in:
parent
c9300fe943
commit
b5dc9d0efa
4 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue