Revert "fix(minor): financial statements period end date" by GursheenK [frappe] PR#39424
From: https://github.com/frappe/erpnext/pull/39424
Date: 2024-01-17 12:25:03+05:30
- Revert "fix(minor): financial statements period end date"
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39424
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease