diff --git a/backend/system/settingsBase.controller.ts b/backend/system/settingsBase.controller.ts index aac87db..7c6c72c 100644 --- a/backend/system/settingsBase.controller.ts +++ b/backend/system/settingsBase.controller.ts @@ -410,6 +410,17 @@ const newSettings: NewSetting[] = [ roles: ["admin"], seedVersion: 1, }, + { + name: "defaultOrderTime", + value: "8", + active: true, + description: + "What time will we be using as our default time for orders that we do not pass a time over.", + moduleName: "demandManagement", + settingType: "standard", + roles: ["admin"], + seedVersion: 1, + }, ]; export const baseSettingValidationCheck = async () => {