refactor: pass 'name' to get_link_to_form

This commit is contained in:
ruthra kumar
2024-03-13 13:16:56 +05:30
parent 92ccef0ebc
commit 5d178d2e24

View File

@@ -212,7 +212,7 @@ class AccountsController(TransactionBase):
frappe.bold(document_type),
get_link_to_form(self.doctype, self.get("return_against")),
frappe.bold("Update Outstanding for Self"),
get_link_to_form("Payment Reconciliation"),
get_link_to_form("Payment Reconciliation", "Payment Reconciliation"),
)
)