fix: remove `parent_field` parameter from calls to `rebuild_tree` by barredterra [frappe] PR#39146
From: https://github.com/frappe/erpnext/pull/39146
Date: 2024-01-04 13:42:41+01:00
- fix: remove
parent_field
parameter from calls torebuild_tree
(#39146)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39146
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease