fix(minor): make warning for previously existing SO an alert by GursheenK [frappe] PR#40176
From: https://github.com/frappe/erpnext/pull/40176
Date: 2024-02-28 18:01:27+05:30
- fix: make warning for previously existing SO an alert
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40176
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease