Add company setting for whether to add vehicle to group on copy-clone

This commit is contained in:
Jonathan G Rennison
2020-10-12 18:11:14 +01:00
parent cce6d731a1
commit ca726d79f5
5 changed files with 16 additions and 1 deletions

View File

@@ -1790,6 +1790,7 @@ static SettingsContainer &GetSettingsTree()
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"));
company->Add(new SettingEntry("company.copy_clone_add_to_group"));
}
SettingsPage *accounting = main->Add(new SettingsPage(STR_CONFIG_SETTING_ACCOUNTING));