make reason_for_adjustment optional in create_leave_adjustment method [frappe] PR#4635
From: https://github.com/frappe/hrms/pull/4635
Date: 2026-06-03 09:37:41+03:00
- fix: make reason_for_adjustment optional in create_leave_adjustment method
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4635
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4635
# 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