Changeset - ceda6dce0a32
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 17 months ago 2023-04-20 04:58:12
ben@sturm.com.au
Only show GST line if non-zero
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/_invoice_details.html
Show inline comments
...
 
@@ -48,2 +48,3 @@
 

	
 
    {% if invoice.value|gst %}
 
      <tr>
...
 
@@ -52,2 +53,3 @@
 
      </tr>
 
    {% endif %}
 

	
0 comments (0 inline, 0 general)