fix: batch page length by rohitwaghchaure [frappe] PR#48018
From: https://github.com/frappe/erpnext/pull/48018
Date: 2025-06-11 16:52:12+05:30
- fix: batch page length
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48018
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48018
# 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