diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py index 2be67018..eebb2671 100644 --- a/python/Dawn/views.py +++ b/python/Dawn/views.py @@ -338,6 +338,8 @@ def trade_manage(tradeid, kind): old_ticket_name = trade.ticket if kind == 'capfloor': old_confirm = trade.trade_confirm + if kind == 'cds': + form.account_code.choices = fcm_accounts() if form.validate_on_submit(): form.populate_obj(trade) session = form.get_session() |
