updated reco patch
This commit is contained in:
parent
38477a3616
commit
2690e72c14
@ -1,5 +1,6 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
|
||||
|
||||
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'")
|
||||
|
Loading…
x
Reference in New Issue
Block a user