fix: filter item with search fields by venkat102 [frappe] PR#44378
From: https://github.com/frappe/erpnext/pull/44378
Date: 2024-11-27 14:02:11+05:30
- fix: filter item with search fields
Diagnostics
pre-commit failed for source commit: ebfbee3da50961019691d650d7d152502d541094
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
erpnext/selling/doctype/product_bundle/product_bundle.py:53:5: UP030 Use implicit references for positional format fields
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44378
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44378
# 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