Skip to content

Commit

Permalink
HGI-4546 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Jong <[email protected]>
  • Loading branch information
Jojo970 and Jong authored Nov 13, 2023
1 parent 6da720a commit 77e6779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_quickbooks/quickbooks/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _sync_records(self, url, headers, params, stream):
headers.update(self.qb._get_standard_headers())
records_deleted = []
excluded_entities = ["Bill", "Payment", "Transfer", "CompanyInfo", "CreditMemo", "Invoice",
"JournalEntry", "Preferences", "Purchase", "SalesReceipt", "TimeActivity"]
"JournalEntry", "Preferences", "Purchase", "SalesReceipt", "TimeActivity", "BillPayment"]
if self.qb.include_deleted and stream not in excluded_entities:
# Get the deleted records first
if "WHERE" in query:
Expand Down

0 comments on commit 77e6779

Please sign in to comment.