mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
fix(patches): stale imports breaking bench migrate
This commit is contained in:
@@ -1,7 +1,2 @@
|
||||
import frappe
|
||||
|
||||
from lms.install import add_pages_to_nav
|
||||
|
||||
|
||||
def execute():
|
||||
add_pages_to_nav()
|
||||
pass
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import frappe
|
||||
|
||||
from lms.lms.api import update_course_statistics
|
||||
from lms.lms.doctype.lms_course.lms_course import update_course_statistics
|
||||
|
||||
|
||||
def execute():
|
||||
|
||||
Reference in New Issue
Block a user