fix(e-invoicing): link to error log list

This commit is contained in:
Saqib 2021-11-03 17:49:50 +05:30 committed by Saqib Ansari
parent 0b626816d0
commit eb057b6bfe

View File

@ -924,7 +924,7 @@ class GSPConnector():
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,