Skip to content

Commit

Permalink
Fixed issue with AccountBasedExpenseLineDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Aug 29, 2023
1 parent 5ed1ff2 commit b3bccc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickbooks/objects/detailline.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def __init__(self):
self.AccountRef = None
self.TaxCodeRef = None
self.ClassRef = None
self.MarkupInfo = None

def __str__(self):
return self.BillableStatus
Expand Down

0 comments on commit b3bccc1

Please sign in to comment.