Merge pull request #36323 from frappe/mergify/bp/version-14-hotfix/pr-36298

fix: show invoices name instead of object address (backport #36298)
This commit is contained in:
ruthra kumar
2023-07-26 12:20:15 +05:30
committed by GitHub

View File

@@ -468,7 +468,7 @@ class PaymentEntry(AccountsController):
_(
"References {0} of type {1} had no outstanding amount left before submitting the Payment Entry. Now they have a negative outstanding amount."
).format(
frappe.bold(comma_and((d.reference_name for d in references))),
frappe.bold(comma_and([d.reference_name for d in references])),
_(reference_doctype),
)
+ "<br><br>"