fix: Closed job opening disaplying in job applicant

This commit is contained in:
Rohit Waghchaure 2019-06-24 17:52:14 +05:30
parent 41721fe1c3
commit 78d6086739

View File

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