fix(Purchase Register): show bill_date and bill_no by ljain112 [frappe] PR#38742
From: https://github.com/frappe/erpnext/pull/38742
Date: 2023-12-14 12:28:32+05:30
- fix: show bill_date and bill_no in Purchase Register
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38742
# 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