mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-26 14:41:42 +01:00
@@ -4,7 +4,7 @@ from frappe.model.utils.rename_field import rename_field
|
|||||||
|
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
doctypes = frappe.get_all("Service Level Agreement", pluck="document_type")
|
doctypes = list(set(frappe.get_all("Service Level Agreement", pluck="document_type")))
|
||||||
for doctype in doctypes:
|
for doctype in doctypes:
|
||||||
if doctype == "Issue":
|
if doctype == "Issue":
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user