fix(Task): make Timesheet-dependent fields no_copy by PatrickDEissler [frappe] PR#50130
From: https://github.com/frappe/erpnext/pull/50130
Date: 2025-10-16 08:40:54+02:00
- fix(Task): make Timesheet-dependent fields no_copy
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50130
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50130
# 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