Update salary_slip.js (#15200)

This commit is contained in:
Ahmed Madi 2018-09-12 08:32:57 +03:00 committed by Nabin Hait
parent e11f299b21
commit 20d8c52d2a

View File

@ -126,7 +126,6 @@ var get_emp_and_leave_details = function(doc, dt, dn) {
}
cur_frm.cscript.employee = function(doc,dt,dn){
doc.salary_structure = ''
get_emp_and_leave_details(doc, dt, dn);
}