refactor: posting date should not be considered for ignore filters in GL by ruthra-kumar [frappe] PR#42636
From: https://github.com/frappe/erpnext/pull/42636
Date: 2024-08-06 10:36:26+05:30
- refactor: posting date is not considered for ignore filters in GL
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42636
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42636
# 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