Browse Source

fix: missing semicolon

version-14
Sagar Vora 4 years ago
parent
commit
8513fdd34a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/widgets/links_widget.js

+ 1
- 1
frappe/public/js/frappe/widgets/links_widget.js View File

@@ -65,7 +65,7 @@ export default class LinksWidget extends Widget {
name: item.link_to,
type: item.link_type,
is_query_report: item.is_query_report
}
};

if (item.link_type == "Report" && !item.is_query_report) {
opts.doctype = item.dependencies;


Loading…
Cancel
Save