invoice: Bugfix VAT rendering in invoice details.
This commit is contained in:
		
							parent
							
								
									f00214d81d
								
							
						
					
					
						commit
						9af0cce802
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -38,10 +38,10 @@ | ||||||
| {% endblock %} | {% endblock %} | ||||||
| 
 | 
 | ||||||
| {% block extra_line_items_after_total %} | {% block extra_line_items_after_total %} | ||||||
|   {% vat_amount(invoice) as vat %} |   {% vat_amount invoice as vat %} | ||||||
|   {% if vat %} |   {% if vat %} | ||||||
|     <tr> |     <tr> | ||||||
|       <td colspan="3">Includes {{ vat_rate }} VAT:</td> |       <td colspan="3">Includes {% vat_rate %} VAT:</td> | ||||||
|       <td class="text-right">${{ vat }}</td> |       <td class="text-right">${{ vat }}</td> | ||||||
|     </tr> |     </tr> | ||||||
|   {% endif %} |   {% endif %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Brett Smith
						Brett Smith