Browse Source

Merge branch 'fix_history_button_invoice' into 'dev'

Fix history button invoice

See merge request federez/re2o!282
add_link_port_search_results
chirac 7 years ago
parent
commit
ed7c758a30
  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 %}
{% include 'buttons/suppr.html' with href='cotisations:del-facture' id=facture.id %}
{% acl_end %}
{% history_button facture text=True html_class=False %}
{% history_button facture %}
</td>
<td>
{% if facture.valid %}

Loading…
Cancel
Save