fix: set margin fields for purchase documents when updating items by sagarvora [frappe] PR#43475
From: https://github.com/frappe/erpnext/pull/43475
Date: 2024-10-02 13:11:13+05:30
- fix: set margin fields for purchase documents when updating items
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-43475
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-43475
# 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