mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-17 22:05:10 +00:00
* fix(Payroll): incorrect component amount calculation if dependent on another payment days based component (#27349)
* fix(Payroll): incorrect component amount calculation if dependent on another payment days based component
* fix: set component amount precision at the end
* fix: consider default amount during taxt calculations
* test: component amount dependent on another payment days based component
* fix: test
(cherry picked from commit bab644a249)
# Conflicts:
# erpnext/payroll/doctype/salary_slip/test_salary_slip.py
* fix: conflicts in test file
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>