fix: error on group by by iamejaaz [frappe] PR#32333
From: https://github.com/frappe/frappe/pull/32333
Date: 2025-04-28 23:56:02+05:30
- refactor: remove debigging code
- fix: error on gorup by
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32333
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32333
# 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