fix: Initially Closing Amount Should be Equal to Expected Amount by Ninad1306 [frappe] PR#44316
From: https://github.com/frappe/erpnext/pull/44316
Date: 2024-11-25 10:44:25+05:30
- fix: initially closing amt should be equal to expected amt
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44316
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44316
# 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