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