This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[hot] ignoring loading errors causes background images to not load
version-14
Rushabh Mehta
8 years ago
parent
7b905cc107
commit
ea9c92daa5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/utils/pdf.py
+ 1
- 1
frappe/utils/pdf.py
View File
@@ -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',
Write
Preview
Loading…
Cancel
Save