Merge pull request #17408 from Mangesh-Khairnar/salary-register-fix

fix(salary-register): Track doj for non active employee
This commit is contained in:
Nabin Hait
2019-05-01 09:57:28 +05:30
committed by GitHub

View File

@@ -99,8 +99,6 @@ def get_employee_doj_map():
employee,
date_of_joining
FROM `tabEmployee`
WHERE
`status`='Active'
"""))
def get_ss_earning_map(salary_slips):