refactor: updated print format for general ledger by akashdubey22 [frappe] PR#44057
From: https://github.com/frappe/erpnext/pull/44057
Date: 2024-11-27 17:26:47+05:30
- refactor: updated print format for general ledger (#44057)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44057
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44057
# 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