brotherton-erpnext/erpnext/patches/v11_1/delete_bom_browser.py

10 lines
212 B
Python
Raw Normal View History

# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
import frappe
def execute():
2022-03-28 13:22:46 +00:00
frappe.delete_doc_if_exists("Page", "bom-browser")