File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -591,4 +591,8 @@ erpnext.patches.v11_0.make_italian_localization_fields # 26-03-2019
591591erpnext.patches.v11_1.make_job_card_time_logs
592592erpnext.patches.v11_1.set_variant_based_on
593593erpnext.patches.v11_1.woocommerce_set_creation_user
594- erpnext.patches.v11_1.set_salary_details_submitable
594+ <<<<<<< HEAD
595+ erpnext.patches.v11_1.set_salary_details_submitable
596+ =======
597+ erpnext.patches.v11_1.delete_bom_browser
598+ >>>>>>> fix: (Patch) Removed page Bom-Browser
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
2+ # License: GNU General Public License v3. See license.txt
3+
4+ from __future__ import unicode_literals
5+ import frappe
6+
7+ def execute ():
8+ frappe .db .sql (""" Delete from `tabPage` where name='bom-browser' """ )
You can’t perform that action at this time.
0 commit comments