refactor: remove obsolete function call by Mutantpenguin [frappe] PR#42162
From: https://github.com/frappe/erpnext/pull/42162
Date: 2024-07-03 12:21:12+02:00
- refactor: remove obsolete function call (#42162)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42162
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42162
# 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