Sfoglia il codice sorgente

Merge pull request #3226 from saurabh6790/print_module_rename

[fix] update print to printing in Print Format records
version-14
Saurabh 8 anni fa
committed by GitHub
parent
commit
d5fdcc3dcb
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      frappe/patches/v8_0/rename_print_to_printing.py

+ 2
- 1
frappe/patches/v8_0/rename_print_to_printing.py Vedi 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')

Caricamento…
Annulla
Salva