mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
Merge pull request #36322 from frappe/mergify/bp/develop/pr-36298
fix: show invoices name instead of object address (backport #36298)
This commit is contained in:
@@ -514,7 +514,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."
|
"References {0} of type {1} had no outstanding amount left before submitting the Payment Entry. Now they have a negative outstanding amount."
|
||||||
).format(
|
).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),
|
_(reference_doctype),
|
||||||
)
|
)
|
||||||
+ "<br><br>"
|
+ "<br><br>"
|
||||||
|
|||||||
Reference in New Issue
Block a user