Przeglądaj źródła

fix in saving report via Build Report

version-14
Anand Doshi 12 lat temu
rodzic
commit
5a69318b6f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      webnotes/widgets/reportview.py

+ 1
- 1
webnotes/widgets/reportview.py Wyświetl plik

@@ -251,7 +251,7 @@ def save_report():
d = Document('Report', data['name']) d = Document('Report', data['name'])
else: else:
d = Document('Report') d = Document('Report')
d.name = data['name']
d.report_name = data['name']
d.ref_doctype = data['doctype'] d.ref_doctype = data['doctype']
d.json = data['json'] d.json = data['json']


Ładowanie…
Anuluj
Zapisz