From 881b0f4cf47aaf3ec282ad8272c62202fd8423a2 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Thu, 11 Jul 2019 08:02:04 +0200 Subject: [PATCH] add the word Included to the VAT line on customorder invoices --- src/shop/templates/pdf/custominvoice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shop/templates/pdf/custominvoice.html b/src/shop/templates/pdf/custominvoice.html index 2d162011..eb5ed092 100644 --- a/src/shop/templates/pdf/custominvoice.html +++ b/src/shop/templates/pdf/custominvoice.html @@ -35,7 +35,7 @@ {% if invoice.customorder.danish_vat %} - Danish VAT (25%) + Included Danish VAT (25%) {% else %} No VAT {% endif %}