Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e380ebf

Browse files
authored
Merge pull request ej2#115 from ulamlabs/fix_bill
add missing LinkedTxn
2 parents cb7c83a + c29f16a commit e380ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quickbooks/objects/bill.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Bill(DeleteMixin, QuickbooksManagedObject, QuickbooksTransactionEntity, Li
2626

2727
list_dict = {
2828
"Line": DetailLine,
29+
"LinkedTxn": LinkedTxn,
2930
}
3031

3132
detail_dict = {

0 commit comments

Comments
 (0)