From 849b6036a328d9e35f7ecf360e8158d114fdd979 Mon Sep 17 00:00:00 2001 From: Bojan Zivanovic Date: Mon, 31 Dec 2018 14:19:48 +0100 Subject: [PATCH] Irish VAT change on Jan 1st 2019. Fixes #66. --- resources/tax_type/ie_vat.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/tax_type/ie_vat.json b/resources/tax_type/ie_vat.json index 6700802..ae6a4d3 100644 --- a/resources/tax_type/ie_vat.json +++ b/resources/tax_type/ie_vat.json @@ -53,7 +53,8 @@ { "id": "ie_vat_second_reduced_2011", "amount": 0.09, - "start_date": "2011-07-01" + "start_date": "2011-07-01", + "end_date": "2018-12-31" } ] },