refactor: pass 'name' to get_link_to_form

This commit is contained in:
ruthra kumar
2024-03-13 13:15:07 +05:30
parent 1093e0d46f
commit 70375dfbde

View File

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