Merge branch 'develop' into sla_fix
This commit is contained in:
commit
bd3ccad513
@ -25,5 +25,13 @@ frappe.ui.form.on("Job Applicant", {
|
||||
}
|
||||
}
|
||||
|
||||
frm.set_query("job_title", function() {
|
||||
return {
|
||||
filters: {
|
||||
'status': 'Open'
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
}
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user