fix: not able to make purchase receipt from SCR by rohitwaghchaure [frappe] PR#44919
From: https://github.com/frappe/erpnext/pull/44919
Date: 2024-12-26 19:09:45+05:30
- fix: not able to make purchase receipt from SCR (#44919)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44919
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44919
# 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