fix: add Swedish_2024_COA by mahsem [frappe] PR#44665
From: https://github.com/frappe/erpnext/pull/44665
Date: 2024-12-11 16:32:04+01:00
- feat: swedish COA
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44665
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44665
# 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