From 121798ba857350bfdb594d824ea8d158fc15628d Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Tue, 11 Mar 2025 16:55:04 +0530 Subject: [PATCH] chore: translatable strings --- erpnext/regional/italy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/regional/italy/utils.py b/erpnext/regional/italy/utils.py index 193d9d023d0..40b6746ab2a 100644 --- a/erpnext/regional/italy/utils.py +++ b/erpnext/regional/italy/utils.py @@ -264,7 +264,7 @@ def sales_invoice_validate(doc): doc.company_fiscal_code = frappe.get_cached_value("Company", doc.company, "fiscal_code") if not doc.company_tax_id or not doc.company_fiscal_code: frappe.throw( - _(f"Please set both the Tax ID and Fiscal Code on Company {doc.company}"), + _("Please set both the Tax ID and Fiscal Code on Company {0}").format(doc.company), title=_("E-Invoicing Information Missing"), ) # Validate customer details