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