Files
enlight-lms/lms/patches/v1_0/create_batch_source.py
2025-08-11 17:48:37 +05:30

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()