Ajout d'un document reçu cotisation, crade et pas lié aux cotis pour le

moment
This commit is contained in:
Noizette 2020-10-24 10:08:44 +02:00
parent aeac847646
commit a7b73bf356
7 changed files with 70 additions and 2 deletions

View file

@ -17,6 +17,7 @@ foreach($factures = $facture->listAll() as $k=>$f)
$factures[$k]->moyen_paiement = $cats->getMoyenPaiement($f->moyen_paiement);
}
$tpl->assign('identite', $identite);
$tpl->assign('factures', $factures);
$tpl->assign('clients', $client->listAll());