fix: Student Attendance error message (#23769)
This commit is contained in:
parent
825d79b31b
commit
2bb7ed34d8
@ -75,6 +75,6 @@ class StudentAttendance(Document):
|
||||
})
|
||||
|
||||
if attendance_record:
|
||||
record = get_link_to_form('Attendance Record', attendance_record)
|
||||
record = get_link_to_form('Student Attendance', attendance_record)
|
||||
frappe.throw(_('Student Attendance record {0} already exists against the Student {1}')
|
||||
.format(record, frappe.bold(self.student)), title=_('Duplicate Entry'))
|
||||
|
Loading…
Reference in New Issue
Block a user