Ajout d'un document reçu cotisation, crade et pas lié aux cotis pour le
moment
This commit is contained in:
parent
aeac847646
commit
a7b73bf356
7 changed files with 70 additions and 2 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue