fix in reconciliation patch

This commit is contained in:
Anand Doshi 2013-01-14 14:58:55 +05:30
parent 34ad33bfcb
commit 1649c60b0b

View File

@ -2,6 +2,7 @@ import webnotes
def execute():
webnotes.reload_doc("stock", "doctype", "stock_ledger_entry")
webnotes.reload_doc("stock", "doctype", "stock_reconciliation")
rename_fields()
move_remarks_to_comments()