Merge pull request #18043 from rohitwaghchaure/closed_job_opening_disaplying_in_job_applicant_hotfix

fix: Closed job opening disaplying in job applicant
This commit is contained in:
rohitwaghchaure
2019-06-25 16:51:30 +05:30
committed by GitHub

View File

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