Merge pull request #3226 from saurabh6790/print_module_rename

[fix] update print to printing in Print Format records
This commit is contained in:
Saurabh 2017-05-04 12:55:26 +05:30 committed by GitHub
commit d5fdcc3dcb

View file

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