fix: Form Dashboard reference link (#12945)
This commit is contained in:
parent
0ab545b2b0
commit
4d552c241f
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ frappe.ui.form.Dashboard = class FormDashboard {
|
|||
|
||||
// bind links
|
||||
transactions_area_body.find(".badge-link").on('click', function() {
|
||||
me.open_document_list($(this).parent());
|
||||
me.open_document_list($(this).closest('.document-link'));
|
||||
});
|
||||
|
||||
// bind reports
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue