fix: sider and translation issues
diff --git a/erpnext/education/doctype/instructor/instructor.js b/erpnext/education/doctype/instructor/instructor.js
index 6876b40..24e80fa 100644
--- a/erpnext/education/doctype/instructor/instructor.js
+++ b/erpnext/education/doctype/instructor/instructor.js
@@ -58,7 +58,7 @@
filters: {
"program": d.program
}
- }
+ };
});
}
});
\ No newline at end of file
diff --git a/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js b/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js
index 973082f..b59d848 100644
--- a/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js
+++ b/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js
@@ -135,8 +135,8 @@
return !stud.disabled && !stud.checked;
});
- frappe.confirm(__("Do you want to update attendance?<br>Present: {0}\
- <br>Absent: {1}", [students_present.length, students_absent.length]),
+ frappe.confirm(__("Do you want to update attendance? <br> Present: {0} <br> Absent: {1}",
+ [students_present.length, students_absent.length]),
function() { //ifyes
if(!frappe.request.ajax_count) {
frappe.call({