fix(period closing voucher): add title to error log by PugazhendhiVelu [frappe] PR#50498
From: https://github.com/frappe/erpnext/pull/50498
Date: 2025-11-13 21:25:44+05:30
- fix(period closing voucher): add title to error log (#50498)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50498
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50498
# 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