Add company setting to advance order when cloning/copying/sharing

Advance order if current depot is in order list
This commit is contained in:
Jonathan G Rennison
2019-02-26 01:05:29 +00:00
parent 7b8db50fd5
commit 705fc18b08
5 changed files with 48 additions and 0 deletions

View File

@@ -1673,6 +1673,7 @@ static SettingsContainer &GetSettingsTree()
company->Add(new SettingEntry("company.infra_others_buy_in_depot[1]"));
company->Add(new SettingEntry("company.infra_others_buy_in_depot[2]"));
company->Add(new SettingEntry("company.infra_others_buy_in_depot[3]"));
company->Add(new SettingEntry("company.advance_order_on_clone"));
}
SettingsPage *accounting = main->Add(new SettingsPage(STR_CONFIG_SETTING_ACCOUNTING));