|
@@ -7,7 +7,7 @@
|
|
<p>Émise le {{ invoice.date }}</p>
|
|
<p>Émise le {{ invoice.date }}</p>
|
|
</div>
|
|
</div>
|
|
<div class="large-4 columns">
|
|
<div class="large-4 columns">
|
|
- {% if invoice.validated %}<a href="{% url 'billing:invoice_pdf' id=invoice.number %}" target="_blank" class="button expand"><i class="fa fa-file-pdf-o"></i> Télécharger en PDF</a>{% endif %}
|
|
|
|
|
|
+ {% if invoice.validated %}<a href="{% url 'billing:bill_pdf' id=invoice.number %}" target="_blank" class="button expand"><i class="fa fa-file-pdf-o"></i> Télécharger en PDF</a>{% endif %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|