[fix] update print to printing in Print Format records

This commit is contained in:
Saurabh 2017-05-04 12:54:11 +05:30
parent 029f920864
commit e01935cef5

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