diff options
Diffstat (limited to 'python/citco_ops')
| -rw-r--r-- | python/citco_ops/cash.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/citco_ops/cash.py b/python/citco_ops/cash.py index 6d6c33cb..7d98d3cf 100644 --- a/python/citco_ops/cash.py +++ b/python/citco_ops/cash.py @@ -44,6 +44,7 @@ class IAMDeal(Deal, deal_type=None, table_name="iam_tickets"): @dataclass class CashReport: fund: ClassVar[str] + account_number: ClassVar[str] date: datetime.date _conn: ClassVar[dbconn] = dbconn("dawndb") |
