fix(tariff): adjust km inclusive for aok tariffs

This commit is contained in:
Marcel Arndt 2025-06-26 09:06:49 +02:00
parent d9b615fd47
commit a5768054ff
1 changed files with 4 additions and 4 deletions

View File

@ -301,10 +301,10 @@ export const KTW_AOK_TARIFFS = [
costAmount: 2500, costAmount: 2500,
}, },
{ {
description: 'ab dem 18. km', description: 'ab dem 17. km',
variant: CostTypeVariant.KILOMETERZUSCHLAG, variant: CostTypeVariant.KILOMETERZUSCHLAG,
costAmount: 385, costAmount: 385,
kmInclusive: 18, kmInclusive: 17,
}, },
{ {
description: 'Nachtzuschlag 18:30-06:30', description: 'Nachtzuschlag 18:30-06:30',
@ -363,10 +363,10 @@ export const KTW_AOK_TARIFFS = [
costAmount: 2610, costAmount: 2610,
}, },
{ {
description: 'ab dem 19. km', description: 'ab dem 17. km',
variant: CostTypeVariant.KILOMETERZUSCHLAG, variant: CostTypeVariant.KILOMETERZUSCHLAG,
costAmount: 402, costAmount: 402,
kmInclusive: 18, kmInclusive: 17,
}, },
{ {
description: 'Nachtzuschlag 18:30-06:30', description: 'Nachtzuschlag 18:30-06:30',