fix: cost center shouldn't update debit/credit in Exc gain/loss JV by ruthra-kumar [frappe] PR#40760
From: https://github.com/frappe/erpnext/pull/40760
Date: 2024-03-29 11:21:27+05:30
- fix: cost center shouldn't update debit/credit in Exc gain/loss JV
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40760
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40760
# 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