Skip to content

Commit

Permalink
fix(e-invoicing): link to error log list
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib authored Nov 3, 2021
1 parent 1ba2a47 commit 73e9e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/regional/india/e_invoice/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def raise_error(self, raise_exception=False, errors=None):
if errors:
frappe.throw(errors, title=title, as_list=1)
else:
link_to_error_list = '<a href="desk#List/Error Log/List?method=E Invoice Request Failed">Error Log</a>'
link_to_error_list = '<a href="/app/error-log">Error Log</a>'
frappe.msgprint(
_('An error occurred while making e-invoicing request. Please check {} for more information.').format(link_to_error_list),
title=title,
Expand Down

0 comments on commit 73e9e99

Please sign in to comment.