浏览代码

[hot] ignoring loading errors causes background images to not load

version-14
Rushabh Mehta 8 年前
父节点
当前提交
ea9c92daa5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/utils/pdf.py

+ 1
- 1
frappe/utils/pdf.py 查看文件

@@ -51,7 +51,7 @@ def prepare_options(html, options):
'quiet': None, 'quiet': None,
# 'no-outline': None, # 'no-outline': None,
'encoding': "UTF-8", 'encoding': "UTF-8",
'load-error-handling': 'ignore',
#'load-error-handling': 'ignore',


# defaults # defaults
'margin-right': '15mm', 'margin-right': '15mm',


正在加载...
取消
保存