fix: misc issues

This commit is contained in:
Jannat Patel
2024-11-06 19:22:20 +05:30
parent 8004982e2e
commit 38e6e4345f
13 changed files with 185 additions and 39 deletions

View File

@@ -1,6 +1,5 @@
import frappe
from lms.lms.api import update_course_statistics
def execute():
update_course_statistics()

View File

@@ -0,0 +1,5 @@
import frappe
from lms.lms.api import give_dicussions_permission
def execute():
give_dicussions_permission()