Wrong reduced tax info in commerce tax for Estonia

Created on 21 September 2024, 3 months ago
Updated 23 September 2024, 3 months ago

This is in EuropeanUnionVat.php

    $zones['ee'] = new TaxZone([
      'id' => 'ee',
      'label' => $this->t('Estonia'),
      'display_label' => $labels['vat'],
      'territories' => [
        ['country_code' => 'EE'],
      ],
      'rates' => [
        [
          'id' => 'standard',
          'label' => $labels['standard'],
          'percentages' => [
            ['number' => '0.2', 'start_date' => '2009-07-01', 'end_date' => '2023-12-31'],
            ['number' => '0.22', 'start_date' => '2024-01-01'],
          ],
          'default' => TRUE,
        ],
        [
          'id' => 'reduced',
          'label' => $labels['reduced'],
          'percentages' => [
            ['number' => '0.09', 'start_date' => '2009-01-01', 'end_date' => '2023-12-31'],
            ['number' => '0.13', 'start_date' => '2024-01-01'],
          ],
        ],
      ],
    ]);

However that is incorrect. Currently the Estonian reduced tax is still at 9% not 13%.

🐛 Bug report
Status

Active

Version

2.39

Component

Tax

Created by

🇪🇪Estonia hanneshh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024