diff --git a/tap_quickbooks/quickbooks/reportstreams/GeneralLedgerReport.py b/tap_quickbooks/quickbooks/reportstreams/GeneralLedgerReport.py index 620e623..b38f93d 100644 --- a/tap_quickbooks/quickbooks/reportstreams/GeneralLedgerReport.py +++ b/tap_quickbooks/quickbooks/reportstreams/GeneralLedgerReport.py @@ -110,9 +110,9 @@ def sync(self, catalog_entry): if self.qb.gl_basic_fields: cols = [ "tx_date", - "subt_nat_home_amount", - "credit_home_amt", - "debt_home_amt", + "subt_nat_amount", + "credit_amt", + "debt_amt", "account_name", "account_num", "klass_name",