mirror of
https://github.com/frappe/lms.git
synced 2026-04-27 02:59:31 +03:00
6 lines
98 B
Python
6 lines
98 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.db.delete("Web Form", {"module": "LMS", "is_standard": 1})
|