feat: capture gst information

This commit is contained in:
Jannat Patel
2023-08-24 22:15:55 +05:30
parent 47c19b4e3d
commit d5f10db250
18 changed files with 371 additions and 271 deletions

View File

@@ -2188,10 +2188,6 @@ select {
border-bottom: none;
}
.awesomplete ul li:last-child {
display: none;
}
.students-parent {
display: grid;
grid-template-columns: repeat(auto-fill, 150px);

View File

@@ -321,10 +321,10 @@ const open_class_dialog = () => {
reqd: 1,
},
{
fieldtype: "Small Text",
label: __("Prerequisite"),
fieldname: "prerequisite",
default: class_info && class_info.prerequisite,
fieldtype: "Text Editor",
label: __("Class Details"),
fieldname: "class_details",
default: class_info && class_info.class_details,
reqd: 1,
},
{