fix: condition based alert for Submittable DocTypes while Save and Submit by Raino-Harvest [frappe] PR#31938
From: https://github.com/frappe/frappe/pull/31938
Date: 2025-03-28 12:36:10+05:30
- refactor: handled condition in single line for status alert in submittable doctype
- fix: condition based alert for Submittable DocTypes while Save and Submit
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31938
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31938
# 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