Updated account config with some new help fields
This commit is contained in:
@@ -28,7 +28,7 @@ def load_account_cfg_obj(
|
||||
else: return False
|
||||
|
||||
if account_cfg_rec := sql_select(
|
||||
table_name = 'v_account_cfg_detail', # This view should probably be cleaned up
|
||||
table_name = 'v_account_cfg', # This view should probably be cleaned up
|
||||
field_name = 'account_id',
|
||||
field_value = account_id
|
||||
): pass
|
||||
|
||||
Reference in New Issue
Block a user