Changeset - 9af0cce80226
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-12-16 17:24:08
brettcsmith@brettcsmith.org
invoice: Bugfix VAT rendering in invoice details.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/invoice/details.html
Show inline comments
...
 
@@ -40,6 +40,6 @@
 
{% block extra_line_items_after_total %}
 
  {% vat_amount(invoice) as vat %}
 
  {% vat_amount invoice as vat %}
 
  {% if vat %}
 
    <tr>
 
      <td colspan="3">Includes {{ vat_rate }} VAT:</td>
 
      <td colspan="3">Includes {% vat_rate %} VAT:</td>
 
      <td class="text-right">${{ vat }}</td>
0 comments (0 inline, 0 general)