Tweak account label

fsp_feeds
Tyler Goodlet 2021-09-05 13:48:08 -04:00
parent 35fe26cb95
commit 171832cfb8
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ def mk_order_pane_layout(
parent=parent,
fields_schema={
'account': {
'label': '**account**:',
'type': 'select',
'default_value': accounts.keys(),
},