diff --git a/frappe/__init__.py b/frappe/__init__.py index bc6a55a6d9..341bc93c10 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json from .exceptions import * from .utils.jinja import get_jenv, get_template, render_template -__version__ = "7.0.37" +__version__ = "7.0.38" local = Local() diff --git a/frappe/utils/pdf.py b/frappe/utils/pdf.py index 3e3801006b..2cd778034f 100644 --- a/frappe/utils/pdf.py +++ b/frappe/utils/pdf.py @@ -51,7 +51,7 @@ def prepare_options(html, options): 'quiet': None, # 'no-outline': None, 'encoding': "UTF-8", - 'load-error-handling': 'ignore', + #'load-error-handling': 'ignore', # defaults 'margin-right': '15mm',