mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix double booked day validation
This commit is contained in:
@@ -16,3 +16,7 @@ export enum MILAGE_TARIFS {
|
||||
EXTERN = 'extern',
|
||||
NOCHARGE = 'nocharge',
|
||||
}
|
||||
|
||||
export enum VALIDATION_ERRORS {
|
||||
AT_LEAST_ONE_DAY_BOOKED = 'atLeastOneDayBooked',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user