Skip to content

Commit

Permalink
fix basic fields amount column name (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyn4 committed Jan 31, 2024
1 parent 7a0ec89 commit 19cbedd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def sync(self, catalog_entry):
if self.qb.gl_basic_fields:
cols = [
"tx_date",
"subt_nat_amount",
"subt_nat_home_amount",
"credit_amt",
"debt_amt",
"account_num",
Expand Down

0 comments on commit 19cbedd

Please sign in to comment.