Revision 627acbe5
Added by Mikaël Ates about 13 years ago
| calebasse/facturation/templates/facturation/detail.html | ||
|---|---|---|
|
{% if len_acts_invoiced %}
|
||
|
<li>Actes facturés: {{ len_acts_invoiced }}
|
||
|
<ul>
|
||
|
<li>Dossiers concernés : {{ len_patient_invoiced }}</li>
|
||
|
<li>Dossiers concernés : {{ len_patients }}</li>
|
||
|
<li>Nombre de factures : {{ len_invoices }}</li>
|
||
|
</ul>
|
||
|
</li>
|
||
Also available in: Unified diff
facturation: fix typo in variable name in template.