fix: apply company filter in leave period in leave control panel doctype by anwarpatelnoori [frappe] PR#4234
From: https://github.com/frappe/hrms/pull/4234
Date: 2026-03-15 03:18:19+04:00
- fix: removed redundant leave_period filter
- fix: apply company filter in leave period in leave control panel doctype
Diagnostics
pre-commit failed for source commit: 15a78276854c9df0950e5dee5dad82f19299d08d
hrms/hr/doctype/leave_control_panel/leave_control_panel.jsCheckout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4234
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4234
# 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