fix: remove against_voucher and against_voucher_type column from General Ledger Report by ljain112 [frappe] PR#46900
From: https://github.com/frappe/erpnext/pull/46900
Date: 2025-04-07 16:28:52+05:30
- fix: remove against_voucher from General Ledger Report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46900
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46900
# 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