fix: Add company validation to company related fields in Process Statement Of Accounts by ljain112 [frappe] PR#48427
From: https://github.com/frappe/erpnext/pull/48427
Date: 2025-07-07 14:43:04+05:30
- fix: Add company validation to company related fields in Process Statement Of Accounts
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48427
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48427
# 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