fix(expense_claim): filter reimbursed payment entry [frappe]
From: https://github.com/frappe/hrms/commit/c8fdb10c52ff6c385ff8b10d4e55060629d5b680
Date: 2026-03-18 15:52:26+05:30
By: iamkhanraheel
fix(expense_claim): filter reimbursed payment entry
This is a commit that is not part of any pull request.
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-commit-c8fdb10c52ff6c
# Alternatively, re-take the changes
git switch develop
ft take ft-commit-c8fdb10c52ff6c
# 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