Skip to content

refactor: usage of modified ordering by ankush [frappe] PR#40705

Bot Dokos requested to merge ft-pr-40705 into develop

From: https://github.com/frappe/erpnext/pull/40705
Date: 2024-03-27 14:18:01+05:30

  • refactor: usage of modified ordering (#40705)



Diagnostics

pre-commit failed for source commit: c2470ccc7094fdb0273b8f9eea02bd681d35ecb3
flake8...................................................................Failed
- hook id: flake8
- exit code: 1

erpnext/crm/doctype/utils.py:1:1: F401 'json' imported but unused
erpnext/crm/doctype/utils.py:4:1: F401 'frappe._' imported but unused



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40705

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40705

# 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

Merge request reports