nanterre-2023: correct class name (#86114)

This commit is contained in:
Thomas Jund 2024-01-30 15:35:18 +01:00
parent 2fdc6ac803
commit 1248cf79c9
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@
{% if parameters.paiement_actif %}
<tr>
<td><input type="checkbox" id="checkall"></td>
<td class="amout">Montant total des factures sélectionnées</td>
<td class="amout"><strong><span id="totalamount">0,00</span> €</strong></td>
<td class="amount">Montant total des factures sélectionnées</td>
<td class="amount"><strong><span id="totalamount">0,00</span> €</strong></td>
</tr>
{% endif %}
</tbody>