fix(salary_slip): update round() for remaining sub period by nareshkannasln [frappe] PR#4243
From: https://github.com/frappe/hrms/pull/4243
Date: 2026-03-17 14:07:32+05:30
- fix(salary_slip): update round() for remaining sub period
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4243
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4243
# 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