fix: Re-open allows SO's to be over credit limit by ruthra-kumar [frappe] PR#42126
From: https://github.com/frappe/erpnext/pull/42126
Date: 2024-07-01 16:43:16+05:30
- test: credit check on Sales Order re-open
- fix: Re-open allows SO's to be over credit limit
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42126
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42126
# 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