From 17659bdc80313630b69b463976ef5bd3bd25b4d2 Mon Sep 17 00:00:00 2001 From: Shadrak Gurupnor <30501401+shadrak98@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:13:00 +0000 Subject: [PATCH] fix: black --- erpnext/patches/v13_0/delete_old_purchase_reports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches/v13_0/delete_old_purchase_reports.py b/erpnext/patches/v13_0/delete_old_purchase_reports.py index 290034a32d75..60621fbc9cad 100644 --- a/erpnext/patches/v13_0/delete_old_purchase_reports.py +++ b/erpnext/patches/v13_0/delete_old_purchase_reports.py @@ -30,6 +30,7 @@ def delete_auto_email_reports(report): for auto_email_report in auto_email_reports: frappe.delete_doc("Auto Email Report", auto_email_report[0]) + def delete_links_from_desktop_icons(report): """Check for one or multiple Desktop Icons and delete""" desktop_icons = frappe.db.get_values("Desktop Icon", {"_report": report}, ["name"])