[Fix] Salary slip

This commit is contained in:
Rohit Waghchaure 2018-10-01 12:00:45 +05:30
parent 7d6d678e8d
commit 8fbf856618

View File

@ -113,7 +113,6 @@ frappe.ui.form.on('Salary Slip Timesheet', {
// Get leave details
//---------------------------------------------------------------------
var get_emp_and_leave_details = function(doc, dt, dn) {
if(!doc.start_date){
return frappe.call({
method: 'get_emp_and_leave_details',
doc: locals[dt][dn],
@ -122,7 +121,6 @@ var get_emp_and_leave_details = function(doc, dt, dn) {
calculate_all(doc, dt, dn);
}
});
}
}
cur_frm.cscript.employee = function(doc,dt,dn){