Files
enlight-lms/lms/patches/v1_0/create_batch_source.py
2023-10-30 18:30:58 +05:30

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