mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
updated reco patch
This commit is contained in:
@@ -3,3 +3,4 @@ def execute():
|
|||||||
from webnotes.modules.module_manager import reload_doc
|
from webnotes.modules.module_manager import reload_doc
|
||||||
|
|
||||||
reload_doc('stock', 'doctype', 'stock_reconciliation')
|
reload_doc('stock', 'doctype', 'stock_reconciliation')
|
||||||
|
webnotes.conn.sql("delete from `tabDocField` where (label in ('Validate Data', 'Attachment HTML', 'Attachment') or fieldname in ('next_step', 'company', 'fiscal_year', 'amendment_date')) and parent = 'Stock Reconciliation'")
|
||||||
|
|||||||
Reference in New Issue
Block a user