Skip to content
Snippets Groups Projects
Commit d348ac52 authored by spokje's avatar spokje Committed by Jonathan Sacksick
Browse files

Issue #3314417 by Spokje, jsacksick: Second reduced rate VAT in Ireland is...

Issue #3314417 by Spokje, jsacksick: Second reduced rate VAT in Ireland is extended until 28 February 2023.
parent dd8333c6
Branches
Tags
7 merge requests!418Issue #3511232 by ccjjmartin: Fix add to cart dropdown when only one non-default variation type is provided,!379Issue #3491248 Validation is breaking the amount number format decimal point,!375Issue #3413020 by czigor: Using a translatable string as a category for field...,!357Issue #2914933: Add service tags to order-related interfaces,!344Resolve #3107602 "Product attributes do not update visually when switching variations",!343Resolve #3107602 "Product attributes do not update visually when switching variations",!342Issue #3476581 by josephr5000: add OrderItemLabelEvent
......@@ -702,7 +702,7 @@ class EuropeanUnionVat extends LocalTaxTypeBase {
'label' => $labels['second_reduced'],
'percentages' => [
['number' => '0.09', 'start_date' => '2011-07-01', 'end_date' => '2018-12-31'],
['number' => '0.09', 'start_date' => '2020-11-01', 'end_date' => '2022-08-31'],
['number' => '0.09', 'start_date' => '2020-11-01', 'end_date' => '2023-02-28'],
],
],
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment