Merge branch 'develop' into sla_fix

This commit is contained in:
Himanshu 2019-06-25 21:14:52 +05:30 committed by GitHub
commit bd3ccad513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,13 @@ frappe.ui.form.on("Job Applicant", {
}
}
frm.set_query("job_title", function() {
return {
filters: {
'status': 'Open'
}
};
});
}
});