Skip to content

Commit

Permalink
fix gl_basic_fields (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyn4 authored Oct 29, 2024
1 parent 6138ecb commit f45c703
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f45c703

Please sign in to comment.