fix: add not specified key for None respresented customer_group and t… by l0gesh29 [frappe] PR#48259
From: https://github.com/frappe/erpnext/pull/48259
Date: 2025-06-26 18:32:54+05:30
- fix: add not specified key for None respresented customer_group and territory
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48259
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48259
# 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