fix(salary-register): track doj for non active employee

This commit is contained in:
Mangesh-Khairnar 2019-04-29 12:17:49 +05:30
parent fa626bd3ab
commit 513e3f97e5

View File

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