Updated account config with some new help fields

This commit is contained in:
Scott Idem
2022-02-18 12:07:53 -05:00
parent 1978718129
commit aa09333383
5 changed files with 20 additions and 4 deletions

View File

@@ -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