feat: validate amended from record docstatus by l0gesh29 [frappe] PR#28617
From: https://github.com/frappe/frappe/pull/28617
Date: 2024-11-28 17:04:44+05:30
- feat: validate amended from record docstatus
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28617
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28617
# 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