Files
enlight-lms/lms/patches/v2_0/enable_allow_job_posting.py
2026-02-19 15:58:44 +05:30

6 lines
98 B
Python

import frappe
def execute():
frappe.db.set_value("LMS Settings", None, "allow_job_posting", 1)