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

@@ -237,6 +237,16 @@ def = false
str = STR_CONFIG_SETTING_INFRA_OTHERS_BUY_IN_DEPOT_AIR
patxname = ""infra_sharing.infra_others_buy_in_depot.air""
[SDT_BOOL]
base = CompanySettings
var = advance_order_on_clone
guiflags = SGF_PER_COMPANY
def = false
str = STR_CONFIG_SETTING_ADVANCE_ORDER_ON_CLONE
strhelp = STR_CONFIG_SETTING_ADVANCE_ORDER_ON_CLONE_HELPTEXT
patxname = ""advance_order_on_clone""
[SDT_END]