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 in saving report via Build Report
version-14
Anand Doshi
12 years ago
parent
fd1dc4ff87
commit
5a69318b6f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
webnotes/widgets/reportview.py
+ 1
- 1
webnotes/widgets/reportview.py
View File
@@ -251,7 +251,7 @@ def save_report():
d = Document('Report', data['name'])
else:
d = Document('Report')
d.name = data['name']
d.
report_
name = data['name']
d.ref_doctype = data['doctype']
d.json = data['json']
Write
Preview
Loading…
Cancel
Save