Merge pull request #36298 from gouravengineer/show_invoice_name_instead_of_object

fix:show invoices name instead of object address
This commit is contained in:
ruthra kumar
2023-07-25 20:38:53 +05:30
committed by GitHub

View File

@@ -441,7 +441,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>"