fix: translate Sales Pipeline Analytics report by Nihantra-Patel [frappe] PR#39828
From: https://github.com/frappe/erpnext/pull/39828
Date: 2024-02-09 12:14:55+05:30
- fix: translatable columns in Sales Pipeline Analytics report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39828
# 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