mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
chore: added nosemgrep for security checks
This commit is contained in:
@@ -3,6 +3,7 @@ import frappe
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
# not using frappe.qb because https://github.com/frappe/frappe/issues/20292
|
# not using frappe.qb because https://github.com/frappe/frappe/issues/20292
|
||||||
|
# nosemgrep
|
||||||
frappe.db.sql(
|
frappe.db.sql(
|
||||||
"""UPDATE `tabAsset Depreciation Schedule`
|
"""UPDATE `tabAsset Depreciation Schedule`
|
||||||
JOIN `tabAsset`
|
JOIN `tabAsset`
|
||||||
|
|||||||
Reference in New Issue
Block a user