feat: Add posting date param for reverse GL entries by deepeshgarg007 [frappe] PR#50204
From: https://github.com/frappe/erpnext/pull/50204
Date: 2025-10-23 13:00:15+05:30
- feat: Add posting date param for reverse GL entries
Diagnostics
pre-commit failed for source commit: 38988bf7979d8f301a7d3262c7813d52e5dd854e
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo.
1 file reformatted
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50204
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50204
# 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