Add company setting for whether to add vehicle to group on copy-clone
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user