From ea9c92daa5481d31dbfcf65c53bf754f8f978dff Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 30 Sep 2016 16:19:55 +0530 Subject: [PATCH] [hot] ignoring loading errors causes background images to not load --- frappe/utils/pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',