Skip to content

Commit

Permalink
Merge pull request frappe#43929 from ramyasusee/ramya-dev
Browse files Browse the repository at this point in the history
fix: Map reference number while reversing Journal Entry
  • Loading branch information
ruthra-kumar authored Nov 4, 2024
2 parents 2b25f0e + 77de783 commit 98a22b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erpnext/accounts/doctype/journal_entry/journal_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,8 @@ def post_process(source, target):
"debit": "credit",
"credit_in_account_currency": "debit_in_account_currency",
"credit": "debit",
"reference_type": "reference_type",
"reference_name": "reference_name",
},
},
},
Expand Down

0 comments on commit 98a22b2

Please sign in to comment.