[go: up one dir, main page]

fix: not able to cancel the inter transfer DN by rohitwaghchaure [frappe] PR#42333

From: https://github.com/frappe/erpnext/pull/42333
Date: 2024-07-15 16:21:07+05:30

  • fix: not able to cancel the inter transfer DN (#42333)



Diagnostics

pre-commit failed for source commit: 6d42cd0f4c7762edd40b6bf0d2ab9c1c0d9ccb9e
Run ruff linter..........................................................Failed
- hook id: ruff
- exit code: 1

erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py:3301:6: F811 Redefinition of unused `test_status_mapping` from line 3226
Found 1 error.



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

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

# 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

Loading