fix: sider and translation issues

This commit is contained in:
Rucha Mahabal 2020-10-24 00:21:05 +05:30
parent b3f81ad5b0
commit 1c4d732873
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ frappe.ui.form.on("Instructor", {
filters: {
"program": d.program
}
}
};
});
}
});

View File

@ -135,8 +135,8 @@ education.StudentsEditor = Class.extend({
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({