mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix in reconciliation patch
This commit is contained in:
@@ -2,6 +2,7 @@ import webnotes
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
webnotes.reload_doc("stock", "doctype", "stock_ledger_entry")
|
webnotes.reload_doc("stock", "doctype", "stock_ledger_entry")
|
||||||
|
webnotes.reload_doc("stock", "doctype", "stock_reconciliation")
|
||||||
|
|
||||||
rename_fields()
|
rename_fields()
|
||||||
move_remarks_to_comments()
|
move_remarks_to_comments()
|
||||||
|
|||||||
Reference in New Issue
Block a user