fix: groups for current accounts in German CoAs by barredterra [frappe] PR#38803
From: https://github.com/frappe/erpnext/pull/38803
Date: 2023-12-17 19:23:01+01:00
- Merge pull request #38803 from barredterra/group-current-accounts
- fix: groups for current accounts in German CoAs
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38803
# 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