This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: missing semicolon
version-14
Sagar Vora
4 years ago
parent
1edd2f68d4
commit
8513fdd34a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save