fix(pos profile): check company while validating mandatory accounting dimension by venkat102 [frappe] PR#45974
From: https://github.com/frappe/erpnext/pull/45974
Date: 2025-02-19 15:39:01+05:30
- fix(pos profile): check company while validating mandatory accounting dimension (#45974)
Diagnostics
pre-commit failed for source commit: 17a2f4429034a1b824226902975c4f8bc963b975
erpnext/accounts/doctype/pos_profile/pos_profile.py:75:14: F821 Undefined name `get_checks_for_pl_and_bs_accounts`
Found 1 error.
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45974
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45974
# 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