Skip to content

Commit ee22706

Browse files
fix: Closed job opening disaplying in job applicant
1 parent 3cab94f commit ee22706

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

erpnext/hr/doctype/job_applicant/job_applicant.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,13 @@ frappe.ui.form.on("Job Applicant", {
2525
}
2626
}
2727

28+
frm.set_query("job_title", function() {
29+
return {
30+
filters: {
31+
'status': 'Open'
32+
}
33+
};
34+
});
35+
2836
}
2937
});

0 commit comments

Comments
 (0)