mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
reload LC wizard
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
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')
|
||||
|
||||
sql("delete from `tabDocField` where parent ='LC PR Detail' and fieldname in ('purchase_receipt_no', 'include_in_landed_cost')")
|
||||
webnotes.conn.sql("delete from `tabDocField` where parent ='LC PR Detail' and fieldname in ('purchase_receipt_no', 'include_in_landed_cost')")
|
||||
|
||||
Reference in New Issue
Block a user