Browse Source

Merge 823ebc429b into 344f622326

pull/747/merge
KENLYLST 3 years ago
committed by GitHub
parent
commit
e88893f165
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      account_financial_report_webkit/report/webkit_parser_header_fix.py

2
account_financial_report_webkit/report/webkit_parser_header_fix.py

@ -208,7 +208,7 @@ class HeaderFooterTextWebKitParser(webkit_report.WebKitParser):
if report_xml.report_file:
path = get_module_resource(
*report_xml.report_file.split(os.path.sep))
*report_xml.report_file.split('/'))
if os.path.exists(path):
template = file(path).read()
if not template and report_xml.report_webkit_data:

Loading…
Cancel
Save