fix: get valuation rate based of previous SLEs for material receipt by rohitwaghchaure [frappe] PR#50215
From: https://github.com/frappe/erpnext/pull/50215
Date: 2025-10-23 23:49:50+05:30
- fix: get valuation rate based of previous SLEs for material receipt
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50215
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50215
# 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