Explorar el Código

Merge branch 'hotfix'

version-14
Rushabh Mehta hace 8 años
padre
commit
c5cda94894
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      frappe/__init__.py
  2. +1
    -1
      frappe/utils/pdf.py

+ 1
- 1
frappe/__init__.py Ver fichero

@@ -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()



+ 1
- 1
frappe/utils/pdf.py Ver fichero

@@ -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',


Cargando…
Cancelar
Guardar