Update erpnext/regional/report/ksa_vat/ksa_vat.py
String made translatable Co-authored-by: Saqib <nextchamp.saqib@gmail.com>
This commit is contained in:
parent
69470fc15a
commit
b5b61b3a3d
@ -48,7 +48,7 @@ def get_data(filters):
|
||||
company = filters.get('company')
|
||||
if frappe.db.exists('KSA VAT Setting', company) is None:
|
||||
url = get_url_to_list('KSA VAT Setting')
|
||||
frappe.msgprint(f'Create <a href="{url}">KSA VAT Setting</a> for this company')
|
||||
frappe.msgprint(_('Create <a href="{}">KSA VAT Setting</a> for this company').format(url))
|
||||
return data
|
||||
|
||||
ksa_vat_setting = frappe.get_doc('KSA VAT Setting', company)
|
||||
|
Loading…
x
Reference in New Issue
Block a user