Changeset - ccc22f687540
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 14 months ago 2023-04-20 09:15:10
ben@sturm.com.au
Remove reference to AUD
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/_invoice_details.html
Show inline comments
...
 
@@ -14,25 +14,25 @@
 
  <li><strong>Invoice status:</strong> {{ invoice.get_status_display }}</li>
 
  <li><strong>Issue date:</strong> {{ invoice.issue_time|date:"DATE_FORMAT" }}
 
  {% if not invoice.is_void %}
 
    <li><strong>Due:</strong> {{ invoice.due_time|date:"DATETIME_FORMAT"}}</li>
 
  {% endif %}
 
</ul>
 

	
 
<div>
 
<h4>Attention:</h4>
 
  {{ invoice.recipient|linebreaksbr}}
 
</div>
 

	
 
<p>This invoice has been issued as a result of an application to attend {% conference_name %}. All amounts are in Australian Dollars (AUD).</p>
 
<p>This invoice has been issued as a result of an application to attend {% conference_name %}.</p>
 

	
 
<table class="table table-striped my-4">
 
  <thead>
 
    <tr>
 
      <th>Description</th>
 
      <th class="text-right">Quantity</th>
 
      <th class="text-right">Price/Unit</th>
 
      <th class="text-right">Total</th>
 
    </tr>
 
  </thead>
 
  <tbody>
 
    {% for line_item in invoice.lineitem_set.all %}
0 comments (0 inline, 0 general)