fix: use background job to bulk mark attendance for more than 10 records by asmitahase [frappe] PR#4239
From: https://github.com/frappe/hrms/pull/4239
Date: 2026-03-18 16:54:45+05:30
- fix: commit after batch (had lost the indent because of the flag)
- fix: use background job to bulk mark attendance for more than 10 records
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4239
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4239
# 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