Suppression message inutile pour devis

This commit is contained in:
Jean-Christophe Engel 2024-10-18 21:30:45 +02:00
parent 16daac2e24
commit 77180a38ff
2 changed files with 6 additions and 2 deletions

View file

@ -21,7 +21,7 @@ if (!$f)
}
$tpl->assign('type', $f->type_facture);
$tpl->assign('facture', $f);
$tpl->assign('facture', $f);
$tpl->assign('id', $id);
$tpl->assign('footer', $plugin->getConfig('footer')?:'');
$tpl->assign('siret_asso', $plugin->getConfig('siret_asso')?:'');