fix: items not fetching in End Transit entry by rohitwaghchaure [frappe] PR#42358
From: https://github.com/frappe/erpnext/pull/42358
Date: 2024-07-16 17:49:24+05:30
- fix: items not fetching in End Transit entry (#42358)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42358
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42358
# 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