Fixed Notes view on Accounts window

This commit is contained in:
Lucas Mathews
2024-06-02 22:43:40 +02:00
parent fd2622ac2c
commit aa865e008d
6 changed files with 22 additions and 8 deletions

View File

@@ -39,4 +39,5 @@ class Account(Base):
"open_timestamp": self.open_timestamp,
"account_type": self.account_type,
"balance": self.balance,
"notes": self.notes
}