fix: ignore duplicate while creating default templates by Sanket322 [frappe] PR#44904
From: https://github.com/frappe/erpnext/pull/44904
Date: 2024-12-25 15:22:53+05:30
- fix: ignore duplicate while creating default templates
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44904
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44904
# 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