fix: make Dr/Cr in CoA translatable by barredterra [frappe] PR#39033
From: https://github.com/frappe/erpnext/pull/39033
Date: 2024-01-05 19:03:42+01:00
- fix: make Dr/Cr in CoA translatable (#39033)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39033
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease