fix: indicator in material_request_list.js by mihir-kandoi [frappe] PR#48475
From: https://github.com/frappe/erpnext/pull/48475
Date: 2025-07-08 21:58:31+05:30
- fix: indicator in material_request_list.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48475
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48475
# 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