mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
fix(salary-register): track doj for non active employee
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user