feat(payment-reconciliation): add posting date field for debit/credit… by l0gesh29 [frappe] PR#49252
From: https://github.com/frappe/erpnext/pull/49252
Date: 2025-08-20 19:25:38+05:30
- feat(payment-reconciliation): add posting date field for debit/credit note auto jv creation
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-49252
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-49252
# 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