fix: communication_date in party dashboards by GursheenK [frappe] PR#40005
From: https://github.com/frappe/erpnext/pull/40005
Date: 2024-02-21 18:44:29+05:30
- fix: accommodate for changed orderby statement
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40005
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease