fix: resolve sql error on dimension-wise accounts balance report by diptanilsaha [frappe] PR#48477
From: https://github.com/frappe/erpnext/pull/48477
Date: 2025-07-08 23:41:39+05:30
- fix: resolve sql error on dimension-wise accounts balance report (#48477)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48477
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48477
# 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