mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
fix: web form deletion
This commit is contained in:
@@ -32,7 +32,7 @@ def execute():
|
||||
|
||||
forms = ['grant-application', 'certification-application', 'certification-application-usd']
|
||||
for form in forms:
|
||||
frappe.delete_doc("Web Form", form, ignore_missing=True)
|
||||
frappe.delete_doc("Web Form", form, ignore_missing=True, force=True)
|
||||
|
||||
custom_records = [
|
||||
{"doctype": "Party Type", "name": "Member"},
|
||||
|
||||
Reference in New Issue
Block a user