Skip to content

Commit

Permalink
add fields to gl_basic_fields for records in foreign currency (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyn4 authored Nov 25, 2024
1 parent e8c5807 commit 63bf188
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,17 @@ def sync(self, catalog_entry):
"subt_nat_amount",
"credit_amt",
"debt_amt",
"subt_nat_home_amount",
"credit_home_amt",
"debt_home_amt",
"account_name",
"account_num",
"klass_name",
"dept_name",
"item_name",
"vend_name",
"txn_type",
"currency"
]
else:
cols = [
Expand Down

0 comments on commit 63bf188

Please sign in to comment.