8 lines
149 B
Python
8 lines
149 B
Python
import frappe
|
|
from lms.install import create_batch_source
|
|
|
|
|
|
def execute():
|
|
frappe.reload_doc("lms", "doctype", "lms_source")
|
|
create_batch_source()
|