chore: fixed conflicts

This commit is contained in:
Jannat Patel
2023-05-15 19:44:50 +05:30
49 changed files with 2345 additions and 1203 deletions

View File

@@ -13,7 +13,17 @@ def get_context(context):
context.class_info = frappe.db.get_value(
"LMS Class",
class_name,
["name", "title", "start_date", "end_date", "description", "custom_component"],
[
"name",
"title",
"start_date",
"end_date",
"description",
"custom_component",
"seat_count",
"start_time",
"end_time",
],
as_dict=True,
)