mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
fix - HRA India (#14911)
This commit is contained in:
committed by
Nabin Hait
parent
ffd2254944
commit
14e94f824e
@@ -142,6 +142,7 @@ def get_component_amt_from_salary_slip(employee, salary_structure, basic_compone
|
|||||||
hra_amt = earning.amount
|
hra_amt = earning.amount
|
||||||
if basic_amt and hra_amt:
|
if basic_amt and hra_amt:
|
||||||
return basic_amt, hra_amt
|
return basic_amt, hra_amt
|
||||||
|
return basic_amt, hra_amt
|
||||||
|
|
||||||
def calculate_hra_exemption(salary_structure, basic, monthly_hra, monthly_house_rent, rented_in_metro_city):
|
def calculate_hra_exemption(salary_structure, basic, monthly_hra, monthly_house_rent, rented_in_metro_city):
|
||||||
# TODO make this configurable
|
# TODO make this configurable
|
||||||
|
|||||||
Reference in New Issue
Block a user