feat: reference for POS SI payments by GursheenK [frappe] PR#39523
From: https://github.com/frappe/erpnext/pull/39523
Date: 2024-02-03 13:05:41+05:30
- feat: reference for POS SI payments (#39523)
Diagnostics
pre-commit failed for source commit: d9a72c1e614a8d103ecb8eb13db26cff18981a52
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
erpnext/accounts/doctype/sales_invoice_payment/sales_invoice_payment.py:5:1: F401 'frappe' imported but unused
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39523
# 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