fix: create custom field for accounting dimensions only if the field not exists already by nabinhait [frappe] PR#41484
From: https://github.com/frappe/erpnext/pull/41484
Date: 2024-05-20 18:24:20+05:30
- patch: create custom field for accounting dimensions only if the field not exists already (#41484)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41484
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41484
# 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