refactor: pass 'name' to get_link_to_form
This commit is contained in:
@@ -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"),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user