fix: closing stock balance permissions by rohitwaghchaure [frappe] PR#44791
From: https://github.com/frappe/erpnext/pull/44791
Date: 2024-12-19 14:59:33+05:30
- fix: closing stock balance permissions (#44791)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44791
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44791
# 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