Przeglądaj źródła

Merge pull request #3226 from saurabh6790/print_module_rename

[fix] update print to printing in Print Format records
version-14
Saurabh 8 lat temu
committed by GitHub
rodzic
commit
d5fdcc3dcb
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      frappe/patches/v8_0/rename_print_to_printing.py

+ 2
- 1
frappe/patches/v8_0/rename_print_to_printing.py Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz