add free of charge rate

This commit is contained in:
Thomas Ruoff
2020-10-08 00:17:29 +02:00
parent 55b84a438f
commit 48c9fc9301
2 changed files with 4 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ function getRateLabel(rate: MILAGE_RATES) {
return 'Extern 1.001-2.000km'
case MILAGE_RATES.EXTERN_GTE_2001:
return 'Extern ab 2.001km'
case MILAGE_RATES.FREE_OF_CHARGE:
return 'Frei'
default:
return 'Keine'
}