fix: (Patch) Removed page Bom-Browser

This commit is contained in:
Anurag Mishra
2019-04-22 14:40:01 +05:30
parent d7aa71aa70
commit 759bb0eb62
2 changed files with 13 additions and 1 deletions

View File

@@ -591,4 +591,8 @@ erpnext.patches.v11_0.make_italian_localization_fields # 26-03-2019
erpnext.patches.v11_1.make_job_card_time_logs
erpnext.patches.v11_1.set_variant_based_on
erpnext.patches.v11_1.woocommerce_set_creation_user
erpnext.patches.v11_1.set_salary_details_submitable
<<<<<<< HEAD
erpnext.patches.v11_1.set_salary_details_submitable
=======
erpnext.patches.v11_1.delete_bom_browser
>>>>>>> fix: (Patch) Removed page Bom-Browser

View File

@@ -0,0 +1,8 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
import frappe
def execute():
frappe.db.sql(""" Delete from `tabPage` where name='bom-browser' """)