diff --git a/erpnext/patches/v15_0/update_gpa_and_ndb_for_assdeprsch.py b/erpnext/patches/v15_0/update_gpa_and_ndb_for_assdeprsch.py index 4399a95fda2..f8cb3e48e7a 100644 --- a/erpnext/patches/v15_0/update_gpa_and_ndb_for_assdeprsch.py +++ b/erpnext/patches/v15_0/update_gpa_and_ndb_for_assdeprsch.py @@ -3,6 +3,7 @@ import frappe def execute(): # not using frappe.qb because https://github.com/frappe/frappe/issues/20292 + # nosemgrep frappe.db.sql( """UPDATE `tabAsset Depreciation Schedule` JOIN `tabAsset`