Updated account config with some new help fields
This commit is contained in:
@@ -24,7 +24,7 @@ def load_order_cfg_obj(
|
||||
else: return False
|
||||
|
||||
if order_cfg_rec := sql_select(
|
||||
table_name = 'v_account_cfg_detail',
|
||||
table_name = 'v_account_cfg',
|
||||
field_name = 'account_id',
|
||||
field_value = account_id,
|
||||
): pass
|
||||
|
||||
Reference in New Issue
Block a user