Browse Source

Fix graphique sur les boutons historiques des listes de factures

release-2.6.1
Hugo LEVY-FALK 7 years ago
parent
commit
dbe2769993
  1. 2
      cotisations/templates/cotisations/aff_cotisations.html

2
cotisations/templates/cotisations/aff_cotisations.html

@ -73,7 +73,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% can_delete facture %} {% can_delete facture %}
{% include 'buttons/suppr.html' with href='cotisations:del-facture' id=facture.id %} {% include 'buttons/suppr.html' with href='cotisations:del-facture' id=facture.id %}
{% acl_end %} {% acl_end %}
{% history_button facture text=True html_class=False %} {% history_button facture %}
</td> </td>
<td> <td>
{% if facture.valid %} {% if facture.valid %}

Loading…
Cancel
Save