Reverting "invoice download url fix"

This reverts commit 612c6dd80c.
This commit is contained in:
Serghei Mihai 2014-09-11 18:30:54 +02:00
parent 58992ae40c
commit 2ac45feb30
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 }}"
<a href="{{ invoice.download_url }}#{{invoice.id}}.pdf"
title="facture_{{ invoice.id }}.pdf"
download="facture_{{ invoice.id }}.pdf"
class="download">Télécharger la version PDF complète de la facture</a>