Skip to content

Commit 8e29e2b

Browse files
authored
HGI-9401: fix missing account fields for incremental ProfitAndLossDetailReport (#194)
1 parent a0ba5d6 commit 8e29e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tap_quickbooks/quickbooks/reportstreams/ProfitAndLossDetailReport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ def sync(self, catalog_entry):
272272

273273
# Get column metadata.
274274
columns = self._get_column_metadata(resp)
275+
columns += ["Account"]
275276

276277
# Recursively get row data.
277278
row_group = resp.get("Rows")

0 commit comments

Comments
 (0)