fix: While submitting PCV ensure previous FY is closed by nabinhait [frappe] PR#42284
From: https://github.com/frappe/erpnext/pull/42284
Date: 2024-07-12 14:24:42+05:30
- fix: While submitting PCV ensure previous FY is closed (#42284)
Diagnostics
pre-commit failed for source commit: d0bbc8ca705f42a0a3c8be2508919f49b67fbdad
Run ruff formatter.......................................................Failed
- hook id: ruff-format
- files were modified by this hook
1 file reformatted
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42284
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42284
# 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