Currently, the Commerce TAX for Ireland knows, that the second reduced tax (9%) ended at 2018-12-31. This is a false information.

Sources:

I created a patch, that adds this information to the module.

CommentFileSizeAuthor
#2 commerce_3240144_ireland-vat_2.diff672 bytesTommyChris
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TommyChris created an issue. See original summary.

TommyChris’s picture

jsacksick’s picture

Why not changing the end date of the existing percentage?

Like the following:
From

['number' => '0.09', 'start_date' => '2011-07-01', 'end_date' => '2018-12-31'],

To:

['number' => '0.09', 'start_date' => '2011-07-01', 'end_date' => '2022-08-31'],
jsacksick’s picture

Well, no, your change is probably correct as the second reduced date ended for some time.

jsacksick’s picture

Status: Active » Fixed

Committed, thanks!

Status: Fixed » Active
jsacksick’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.