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
[minor] ignore load issues in wkhtmltopdf
version-14
Rushabh Mehta
8 years ago
parent
83294a6b71
commit
74c4cbdba8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/utils/pdf.py
+ 1
- 0
frappe/utils/pdf.py
View File
@@ -51,6 +51,7 @@ def prepare_options(html, options):
'quiet': None,
# 'no-outline': None,
'encoding': "UTF-8",
'load-error-handling': 'ignore',
# defaults
'margin-right': '15mm',
Write
Preview
Loading…
Cancel
Save