feat: default account head for operating cost by rohitwaghchaure [frappe] PR#41985
From: https://github.com/frappe/erpnext/pull/41985
Date: 2024-06-21 18:56:48+05:30
- feat: default account head for operating cost (#41985)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41985
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41985
# 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