fix: update the task status from timesheet by Nihantra-Patel [frappe] PR#40873
From: https://github.com/frappe/erpnext/pull/40873
Date: 2024-04-05 12:27:34+05:30
- fix: update the task status from timesheet
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40873
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40873
# 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