mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix: no fstring in translation (#38381)
This commit is contained in:
@@ -166,4 +166,4 @@ def create_reposting_entries(rows, company):
|
|||||||
|
|
||||||
if entries:
|
if entries:
|
||||||
entries = ", ".join(entries)
|
entries = ", ".join(entries)
|
||||||
frappe.msgprint(_(f"Reposting entries created: {entries}"))
|
frappe.msgprint(_("Reposting entries created: {0}").format(entries))
|
||||||
|
|||||||
Reference in New Issue
Block a user