Scheduled dispatch: Add company setting to set default schedule duration

This commit is contained in:
Jonathan G Rennison
2023-12-28 13:28:55 +00:00
parent 821a7c73ef
commit 6edde70b04
5 changed files with 34 additions and 1 deletions

View File

@@ -2200,6 +2200,7 @@ static SettingsContainer &GetSettingsTree()
company->Add(new SettingEntry("company.advance_order_on_clone"));
company->Add(new SettingEntry("company.copy_clone_add_to_group"));
company->Add(new SettingEntry("company.remain_if_next_order_same_station"));
company->Add(new SettingEntry("company.default_sched_dispatch_duration"));
}
SettingsPage *accounting = main->Add(new SettingsPage(STR_CONFIG_SETTING_ACCOUNTING));