Merge branch 'master' into develop
This commit is contained in:
commit
a8d77be9df
2 changed files with 3 additions and 2 deletions
|
|
@ -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.1.9'
|
||||
__version__ = '7.1.10'
|
||||
__title__ = "Frappe Framework"
|
||||
|
||||
local = Local()
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ from __future__ import unicode_literals
|
|||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.reload_doctype('Print Format')
|
||||
frappe.db.sql("""
|
||||
update
|
||||
`tabPrint Format`
|
||||
|
|
@ -13,4 +14,4 @@ def execute():
|
|||
align_labels_left = 0, line_breaks = 0, show_section_headings = 0
|
||||
where
|
||||
custom_format = 1
|
||||
""")
|
||||
""")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue