fix: consistency in display reserved_stock checkbox on Sales Order Item according global settings and item.is_stock_item by FHenry [frappe] PR#38322
From: https://github.com/frappe/erpnext/pull/38322
Date: 2024-01-17 06:13:36+01:00
- fix: consistency in display reserved_stock checkbox on Sales Order Item according global settings and item.is_stock_item (#38322)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38322
# 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