fix: incorrect currency symbol in General Ledger print by ruthra-kumar [frappe] PR#40926
From: https://github.com/frappe/erpnext/pull/40926
Date: 2024-04-09 17:39:32+05:30
- fix: incorrect currency symbol in General Ledger print
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40926
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40926
# 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