fix: sider and translation issues
This commit is contained in:
parent
b3f81ad5b0
commit
1c4d732873
@ -58,7 +58,7 @@ frappe.ui.form.on("Instructor", {
|
|||||||
filters: {
|
filters: {
|
||||||
"program": d.program
|
"program": d.program
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -135,8 +135,8 @@ education.StudentsEditor = Class.extend({
|
|||||||
return !stud.disabled && !stud.checked;
|
return !stud.disabled && !stud.checked;
|
||||||
});
|
});
|
||||||
|
|
||||||
frappe.confirm(__("Do you want to update attendance?<br>Present: {0}\
|
frappe.confirm(__("Do you want to update attendance? <br> Present: {0} <br> Absent: {1}",
|
||||||
<br>Absent: {1}", [students_present.length, students_absent.length]),
|
[students_present.length, students_absent.length]),
|
||||||
function() { //ifyes
|
function() { //ifyes
|
||||||
if(!frappe.request.ajax_count) {
|
if(!frappe.request.ajax_count) {
|
||||||
frappe.call({
|
frappe.call({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user