Added the missing "is_need_offset" property to the DescriptionAccount class.
This commit is contained in:
parent
20e1982984
commit
06e7b6ddff
@ -42,6 +42,8 @@ class DescriptionAccount:
|
||||
"""The account ID."""
|
||||
self.code: str = account.code
|
||||
"""The account code."""
|
||||
self.is_need_offset: bool = account.is_need_offset
|
||||
"""Whether the journal entry line items of this account need offset."""
|
||||
self.freq: int = freq
|
||||
"""The frequency of the tag with the account."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user