Fixed minor code in build_from_query_report
This commit is contained in:
parent
3913106500
commit
5c8a530384
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ def build_from_query_report():
|
|||
messages.append(item.report_name)
|
||||
module = get_doctype_module(item.ref_doctype)
|
||||
if module :
|
||||
doctype_path = get_doc_path(module, "report", item.report_name)
|
||||
doctype_path = get_doc_path(module, "Report", item.report_name)
|
||||
write_messages_file(doctype_path, messages, 'js')
|
||||
|
||||
def build_from_database():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue