mirror of
https://github.com/frappe/lms.git
synced 2026-04-26 18:49:26 +03:00
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()
|