feat: auto-fill vehicle booking end date (default 90 days, configurable)

This commit is contained in:
Arnaud Delcasse
2026-02-26 14:32:09 +01:00
parent 8d89306a90
commit bb525f174d
2 changed files with 8 additions and 4 deletions

View File

@@ -231,7 +231,8 @@ func ReadConfig() (*viper.Viper, error) {
},
},
"vehicles": map[string]any{
"enabled": true,
"enabled": true,
"default_booking_duration_days": 90,
},
"vehicles_management": map[string]any{
"enabled": true,