Merge pull request #3226 from saurabh6790/print_module_rename
[fix] update print to printing in Print Format records
This commit is contained in:
commit
d5fdcc3dcb
1 changed files with 2 additions and 1 deletions
|
|
@ -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