mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00:00
reload item tables
This commit is contained in:
@@ -2,8 +2,10 @@ def execute():
|
||||
import webnotes
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('selling', 'doctype', 'quotation_detail')
|
||||
reload_doc('selling', 'doctype', 'sales_order_detail')
|
||||
reload_doc('stock', 'doctype', 'delivery_note_detail')
|
||||
reload_doc('stock', 'doctype', 'purchase_receipt_detail')
|
||||
reload_doc('buying', 'doctype', 'po_detail')
|
||||
reload_doc('accounts', 'doctype', 'rv_detail')
|
||||
reload_doc('accounts', 'doctype', 'pv_detail')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user