mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
message in the program enrollment tool (#13393)
This commit is contained in:
committed by
Nabin Hait
parent
f3025f1596
commit
398eac3f4c
@@ -16,6 +16,12 @@ frappe.ui.form.on("Program Enrollment Tool", {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
get_students_from: function(frm) {
|
||||||
|
if (frm.doc.get_students_from == "Student Applicant") {
|
||||||
|
frm.dashboard.add_comment(__('Only the Student Applicant with the status "Approved" will be selected in the table below.'));
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"get_students": function(frm) {
|
"get_students": function(frm) {
|
||||||
frm.set_value("students",[]);
|
frm.set_value("students",[]);
|
||||||
frappe.call({
|
frappe.call({
|
||||||
|
|||||||
Reference in New Issue
Block a user