feat(projects): add option to hide timesheets for project users by marcramser [frappe] PR#46173
From: https://github.com/frappe/erpnext/pull/46173
Date: 2025-03-19 09:04:15+01:00
- feat(projects): add option to hide timesheets for project users (#46173)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46173
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46173
# 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