mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 23:07:41 +00:00
fixed patch
This commit is contained in:
@@ -2,7 +2,7 @@ def execute():
|
||||
import webnotes
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
|
||||
|
||||
|
||||
reload_doc('stock', 'doctype', 'landed_cost_wizard')
|
||||
reload_doc('stock', 'doctype', 'lc_pr_detail')
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@ def execute():
|
||||
from webnotes.model import delete_doc
|
||||
|
||||
delete_doc('DocType', 'Landed Cost Wizard')
|
||||
delete_doc('DocType', 'Landed Cost Wizard')
|
||||
delete_doc('DocType', 'LC PR Detail')
|
||||
reload_doc('stock', 'doctype', 'landed_cost_wizard')
|
||||
reload_doc('stock', 'doctype', 'lc_pr_detail')
|
||||
|
||||
Reference in New Issue
Block a user