[go: up one dir, main page]

Skip to content

fix: Percentage handling in queries by deepeshgarg007 [frappe] PR#39692

From: https://github.com/frappe/erpnext/pull/39692
Date: 2024-02-02 18:08:33+05:30

  • fix: Percentage handling in queries (#39692)



Diagnostics

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

erpnext/accounts/doctype/account/test_account.py:18:19: F821 undefined name 'FrappeTestCase'



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

# 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

Merge request reports

Loading