fix: Ignore permissions while fetching module settings properties by nabinhait [frappe] PR#40886
From: https://github.com/frappe/erpnext/pull/40886
Date: 2024-04-07 11:33:40+05:30
- fix: Ignore permissions while fetching module settings properties
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40886
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40886
# 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