invoice download url fix

This commit is contained in:
Serghei Mihai 2014-09-09 14:26:52 +02:00
parent 02c75bfd54
commit 612c6dd80c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<p id="download">
{% if invoice.download_url %}
<a href="{{ invoice.download_url }}#{{invoice.id}}.pdf"
<a href="{{ invoice.download_url }}"
title="facture_{{ invoice.id }}.pdf"
download="facture_{{ invoice.id }}.pdf"
class="download">Télécharger la version PDF complète de la facture</a>