diff options
Diffstat (limited to 'python/citco_ops/cash.py')
| -rw-r--r-- | python/citco_ops/cash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/citco_ops/cash.py b/python/citco_ops/cash.py index 77401143..d7ac7f51 100644 --- a/python/citco_ops/cash.py +++ b/python/citco_ops/cash.py @@ -83,7 +83,7 @@ class CashReport: cls._conn.commit() -class IsoselCashReport(CashReport, fund="ISOSEL", account_number="ISOS01"): +class NTCashReport(CashReport, fund="ISOSEL", account_number="ISOS01"): @classmethod def download_reports(cls, date=datetime.date.today()): em = ExchangeMessage() |
