fix: permissions during bulk transaction logs by blaggacao [frappe] PR#40520
From: https://github.com/frappe/erpnext/pull/40520
Date: 2024-03-18 23:05:58+01:00
- fix: permissions during bulk transaction logs
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40520
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40520
# 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