mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
refactor: pass both doctype and name
This commit is contained in:
@@ -190,7 +190,7 @@ class AccountsController(TransactionBase):
|
|||||||
|
|
||||||
if msg:
|
if msg:
|
||||||
msg += " you can use {} tool to reconcile against {} later.".format(
|
msg += " you can use {} tool to reconcile against {} later.".format(
|
||||||
get_link_to_form("Payment Reconciliation"),
|
get_link_to_form("Payment Reconciliation", "Payment Reconciliation"),
|
||||||
get_link_to_form(self.doctype, self.get("return_against")),
|
get_link_to_form(self.doctype, self.get("return_against")),
|
||||||
)
|
)
|
||||||
frappe.msgprint(_(msg))
|
frappe.msgprint(_(msg))
|
||||||
|
|||||||
Reference in New Issue
Block a user