fix: User permissions in financial statements by ljain112 [frappe] PR#44695
From: https://github.com/frappe/erpnext/pull/44695
Date: 2024-12-17 18:49:38+05:30
- fix: using query.walk() for escaping
- fix: User permissions in financial statements
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44695
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44695
# 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