chore: pass doctype and name

This commit is contained in:
ruthra kumar
2025-04-08 15:15:16 +05:30
parent d6b488f529
commit 4eb0f39af7

View File

@@ -202,7 +202,7 @@ class AccountsController(TransactionBase):
if msg:
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")),
)
frappe.msgprint(_(msg))