mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
add free of charge rate
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user