Fix: Indicate correct currency code for the payment by khushi8112 [frappe] PR#40924
From: https://github.com/frappe/erpnext/pull/40924
Date: 2024-04-10 22:06:03+05:30
- chore: remove unwanted changes
- fix: indicate correct currency code for the payment
- fix: default accounting dimension in journal entry child table
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40924
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40924
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease