fix(PWA): set leave approver only if empty by asmitahase [frappe] PR#3313
From: https://github.com/frappe/hrms/pull/3313
Date: 2025-07-07 09:58:45+05:30
- fix(PWA): set leave approver only if form doens't have leave approver set already
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3313
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3313
# 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