fix: don't update party-type on change of cost center in Journal Entry by Sanket322 [frappe] PR#45291
From: https://github.com/frappe/erpnext/pull/45291
Date: 2025-01-17 16:42:04+05:30
- fix: don't update party-type on change of cost center in Journal Entry (#45291)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45291
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45291
# 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