fix: allow double digit precision for working hours threshold by asmitahase [frappe] PR#3860
From: https://github.com/frappe/hrms/pull/3860
Date: 2025-12-16 17:45:18+05:30
- fix: log working hours with double digit precision
- fix: allow double digit precision for setting working hours threshold in shift type test: test double digit precision for working hours threshold
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3860
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3860
# 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