refactor(demand mgt): new setting to make the time more dynamic

This commit is contained in:
2026-06-23 14:24:09 -05:00
parent 263c7095a8
commit eea5780bb6

View File

@@ -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 () => {