Skip to content

Commit

Permalink
Merge pull request #26 from soloam/Transaction-Bills-Error
Browse files Browse the repository at this point in the history
fix: Returned transaction on bills
  • Loading branch information
soloam authored May 14, 2024
2 parents 9c4d60d + dbe1492 commit 6aa5af8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,8 @@ async def bills(
for paid in paid_list:
date = datetime.fromisoformat(paid.get("date", ""))

transaction = None

transactions_list = await self.transactions(
ids=[paid.get("transaction_journal_id")]
)
Expand Down

0 comments on commit 6aa5af8

Please sign in to comment.