6 lines
98 B
Python
6 lines
98 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.db.delete("Web Form", {"module": "LMS", "is_standard": 1})
|