fix: adjustment entry for stock reco by rohitwaghchaure [frappe] PR#43437
From: https://github.com/frappe/erpnext/pull/43437
Date: 2024-09-30 13:38:54+05:30
- fix: adjustmen entry for stock reco
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-43437
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-43437
# 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