fix: Form Dashboard reference link (#12945)

This commit is contained in:
Suraj Shetty 2021-04-22 00:24:22 +05:30 committed by GitHub
parent 0ab545b2b0
commit 4d552c241f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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