mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
Update salary_slip.js (#15200)
This commit is contained in:
@@ -126,7 +126,6 @@ var get_emp_and_leave_details = function(doc, dt, dn) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cur_frm.cscript.employee = function(doc,dt,dn){
|
cur_frm.cscript.employee = function(doc,dt,dn){
|
||||||
doc.salary_structure = ''
|
|
||||||
get_emp_and_leave_details(doc, dt, dn);
|
get_emp_and_leave_details(doc, dt, dn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user