Merge branch 'develop'
This commit is contained in:
commit
f72cc8d275
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__ = '8.0.33'
|
||||
__version__ = '8.0.34'
|
||||
__title__ = "Frappe Framework"
|
||||
|
||||
local = Local()
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@ def execute():
|
|||
frappe.reload_doc('printing', 'doctype', 'print_heading')
|
||||
frappe.reload_doc('printing', 'doctype', 'letter_head')
|
||||
frappe.reload_doc('printing', 'page', 'print_format_builder')
|
||||
|
||||
frappe.db.sql("""update `tabPrint Format` set module='Printing' where module='Print'""")
|
||||
|
||||
frappe.delete_doc('Module Def', 'Print')
|
||||
Loading…
Add table
Reference in a new issue