fix(Supplier Group): display of root group by barredterra [frappe] PR#42400
From: https://github.com/frappe/erpnext/pull/42400
Date: 2024-07-18 21:00:42+02:00
- refactor(Supplier Group): use frm.is_new() instead of frm.doc.__islocal
- fix(Supplier Group): remove useless headline
- fix(Supplier Group): properly call frm.set_read_only()
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42400
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42400
# 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