mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
fix: (Patch) Removed page Bom-Browser
This commit is contained in:
@@ -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
|
||||
|
||||
8
erpnext/patches/v11_1/delete_bom_browser.py
Normal file
8
erpnext/patches/v11_1/delete_bom_browser.py
Normal 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' """)
|
||||
Reference in New Issue
Block a user