fix: removed student details doctype

This commit is contained in:
Jannat Patel
2023-05-16 16:47:41 +05:30
parent ae42828771
commit 1327b033e6
6 changed files with 1 additions and 78 deletions

View File

@@ -1,8 +0,0 @@
// Copyright (c) 2023, Frappe and contributors
// For license information, please see license.txt
// frappe.ui.form.on("Class Student Detail", {
// refresh(frm) {
// },
// });

View File

@@ -1,51 +0,0 @@
{
"actions": [],
"allow_rename": 1,
"creation": "2023-05-03 20:52:46.950991",
"default_view": "List",
"doctype": "DocType",
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"user",
"full_name"
],
"fields": [
{
"fieldname": "user",
"fieldtype": "Link",
"label": "User",
"options": "User"
},
{
"fieldname": "full_name",
"fieldtype": "Data",
"label": "Full Name"
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-05-03 20:52:46.950991",
"modified_by": "Administrator",
"module": "LMS",
"name": "Class Student Detail",
"owner": "Administrator",
"permissions": [
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"share": 1,
"write": 1
}
],
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@@ -1,9 +0,0 @@
# Copyright (c) 2023, Frappe and contributors
# For license information, please see license.txt
# import frappe
from frappe.model.document import Document
class ClassStudentDetail(Document):
pass

View File

@@ -1,9 +0,0 @@
# Copyright (c) 2023, Frappe and Contributors
# See license.txt
# import frappe
from frappe.tests.utils import FrappeTestCase
class TestClassStudentDetail(FrappeTestCase):
pass

View File

@@ -81,7 +81,7 @@
<!-- <div class="text-muted small mb-4">
{% if course_count %}
<span class="mr-3">
{{ course_count }} {{ _("Courses") }}
</span>
{% endif %}