fix: show total rows credit row in balance sheet by ljain112 [frappe] PR#42352
From: https://github.com/frappe/erpnext/pull/42352
Date: 2024-07-16 14:33:52+05:30
- fix: show total rows credit row in balance sheet
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42352
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42352
# 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