diff options
Diffstat (limited to 'python/Dawn/views.py')
| -rw-r--r-- | python/Dawn/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py index 13bb8032..366a14cb 100644 --- a/python/Dawn/views.py +++ b/python/Dawn/views.py @@ -458,6 +458,7 @@ def trade_manage(tradeid, kind): if trade.swap_type != "CD_INDEX": trade.account_code = "BAC" trade.cashaccount = trade.fcm_account.cash_account + trade.custodian = trade.fcm_account.custodian try: session.commit() except IntegrityError as e: |
