fix: made course filter mandatory for course progress summary report
This commit is contained in:
@@ -8,7 +8,8 @@ frappe.query_reports["Course Progress Summary"] = {
|
||||
"fieldname": "course",
|
||||
"label": __("Course"),
|
||||
"fieldtype": "Link",
|
||||
"options": "LMS Course"
|
||||
"options": "LMS Course",
|
||||
"reqd": 1,
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user