fix: Add make method for expense claim by deepeshgarg007 [frappe] PR#4315
From: https://github.com/frappe/hrms/pull/4315
Date: 2026-04-06 17:17:13+05:30
- fix: Add make method for expense claim
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4315
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4315
# 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