fix(tariff): adjust km inclusive for aok tariffs
This commit is contained in:
parent
d9b615fd47
commit
a5768054ff
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue