fix(salary-register): track doj for non active employee
This commit is contained in:
parent
fa626bd3ab
commit
513e3f97e5
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user