fix(Warehouse): add buttons only if the user can use them by barredterra [frappe] PR#42232
From: https://github.com/frappe/erpnext/pull/42232
Date: 2024-07-08 17:08:38+02:00
- fix(Warehouse): add buttons only if the user can use them
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42232
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42232
# 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