Skip to content

Commit b3bccc1

Browse files
committed
Fixed issue with AccountBasedExpenseLineDetail
1 parent 5ed1ff2 commit b3bccc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

quickbooks/objects/detailline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def __init__(self):
180180
self.AccountRef = None
181181
self.TaxCodeRef = None
182182
self.ClassRef = None
183+
self.MarkupInfo = None
183184

184185
def __str__(self):
185186
return self.BillableStatus

0 commit comments

Comments
 (0)