fix(payment_entry): add due date to payment reference rows by Jatin3128 [frappe] PR#50963
From: https://github.com/frappe/erpnext/pull/50963
Date: 2025-12-08 14:17:32+05:30
- fix(payment_entry): add due date to payment reference rows
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50963
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50963
# 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