fix: price list when invoice created from timesheet by Nihantra-Patel [frappe] PR#40964
From: https://github.com/frappe/erpnext/pull/40964
Date: 2024-05-29 10:26:49+05:30
- fix: price list when invoice created from timesheet
- fix: price list when invoice created from timesheet
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40964
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40964
# 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