mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 10:20:31 +00:00
10 lines
212 B
Python
10 lines
212 B
Python
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
|
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.delete_doc_if_exists("Page", "bom-browser")
|