feat(pos): prevent disabling POS Profile when open POS sessions exist by diptanilsaha [frappe] PR#50409
From: https://github.com/frappe/erpnext/pull/50409
Date: 2025-11-08 12:31:40+05:30
- fix: prevent pos opening entry creation for disabled pos profile
- test: added test to validate disabled pos profile
- feat(pos): prevent disabling POS Profile when open POS sessions exist
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50409
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50409
# 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