Item_reposting_for_incorrect_sl_and_gl ERROR

Executing erpnext.patches.v13_0.item_reposting_for_incorrect_sl_and_gl in erp.test-aws.com (_d62d35eae950bebb)
Reposting Stock Ledger Entries…
Reposting General Ledger Entries…
Traceback (most recent call last):
File “/usr/lib/python3.6/runpy.py”, line 193, in _run_module_as_main
main”, mod_spec)
File “/usr/lib/python3.6/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “/home/dinesh/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 99, in
main()
File “/home/dinesh/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 18, in main
click.Group(commands=commands)(prog_name=‘bench’)
File “/home/dinesh/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 764, in call
return self.main(*args, **kwargs)
File “/home/dinesh/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 717, in main
rv = self.invoke(ctx)
File “/home/dinesh/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/dinesh/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/dinesh/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/home/dinesh/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 555, in invoke
return callback(*args, **kwargs)
File “/home/dinesh/frappe-bench/env/lib/python3.6/site-packages/click/decorators.py”, line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File “/home/dinesh/frappe-bench/apps/frappe/frappe/commands/init.py”, line 26, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File “/home/dinesh/frappe-bench/apps/frappe/frappe/commands/site.py”, line 296, in migrate
skip_search_index=skip_search_index
File “/home/dinesh/frappe-bench/apps/frappe/frappe/migrate.py”, line 67, in migrate
frappe.modules.patch_handler.run_all(skip_failing)
File “/home/dinesh/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 41, in run_all
run_patch(patch)
File “/home/dinesh/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 30, in run_patch
if not run_single(patchmodule = patch):
File “/home/dinesh/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 71, in run_single
return execute_patch(patchmodule, method, methodargs)
File “/home/dinesh/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 91, in execute_patch
frappe.get_attr(patchmodule.split()[0] + “.execute”)()
File “/home/dinesh/frappe-bench/apps/erpnext/erpnext/patches/v13_0/item_reposting_for_incorrect_sl_and_gl.py”, line 48, in execute
update_gl_entries_after(posting_date, posting_time, company=row.name)
File “/home/dinesh/frappe-bench/apps/erpnext/erpnext/accounts/utils.py”, line 892, in update_gl_entries_after
repost_gle_for_stock_vouchers(stock_vouchers, posting_date, company, warehouse_account)
File “/home/dinesh/frappe-bench/apps/erpnext/erpnext/accounts/utils.py”, line 901, in repost_gle_for_stock_vouchers
warehouse_account = get_warehouse_account_map(company)
File “/home/dinesh/frappe-bench/apps/erpnext/erpnext/stock/init.py”, line 32, in get_warehouse_account_map
d.account = get_warehouse_account(d, warehouse_account)
File “/home/dinesh/frappe-bench/apps/erpnext/erpnext/stock/init.py”, line 69, in get_warehouse_account
.format(warehouse.name, warehouse.company))
File “/home/dinesh/frappe-bench/apps/frappe/frappe/init.py”, line 411, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’, is_minimizable=is_minimizable, wide=wide, as_list=as_list)
File “/home/dinesh/frappe-bench/apps/frappe/frappe/init.py”, line 390, in msgprint
_raise_exception()
File “/home/dinesh/frappe-bench/apps/frappe/frappe/init.py”, line 344, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.ValidationError: Please set Account in Warehouse Stores - AWS or Default Inventory Account in Company aws.com