mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: Tax Declaration tests and amount precision
This commit is contained in:
committed by
Nabin Hait
parent
5e96a46c87
commit
00adda7c8d
@@ -422,8 +422,8 @@ def calculate_annual_eligible_hra_exemption(doc):
|
||||
return frappe._dict(
|
||||
{
|
||||
"hra_amount": hra_amount,
|
||||
"annual_exemption": flt(annual_exemption, doc.precision("annual_hra_exemption")),
|
||||
"monthly_exemption": flt(monthly_exemption, doc.precision("monthly_hra_exemption")),
|
||||
"annual_exemption": annual_exemption,
|
||||
"monthly_exemption": monthly_exemption,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user