Fixed the documentation of the TrialBalanceRow class.
This commit is contained in:
parent
bcd3418e2c
commit
d7ac8a3dcf
@ -185,7 +185,7 @@ class TrialBalanceRow(ReportRow):
|
|||||||
self.is_total: bool = False
|
self.is_total: bool = False
|
||||||
"""Whether this is the total row."""
|
"""Whether this is the total row."""
|
||||||
self.account: Account | None = account
|
self.account: Account | None = account
|
||||||
"""The date."""
|
"""The account."""
|
||||||
self.debit: Decimal | None = None
|
self.debit: Decimal | None = None
|
||||||
"""The debit amount."""
|
"""The debit amount."""
|
||||||
self.credit: Decimal | None = None
|
self.credit: Decimal | None = None
|
||||||
|
Loading…
Reference in New Issue
Block a user