fix: negative stock error while making stock reconciliation by rohitwaghchaure [frappe] PR#40016
From: https://github.com/frappe/erpnext/pull/40016
Date: 2024-02-22 09:22:58+05:30
- fix: negative stock error while making stock reconciliation (#40016)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40016
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease