mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 18:48:31 +00:00
default_print_format added in doctype
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
|
||||
last_patch = 355
|
||||
last_patch = 356
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -305,4 +305,6 @@ def execute(patch_no):
|
||||
elif patch_no == 355:
|
||||
reload_doc('hr', 'doctype', 'salary_slip')
|
||||
delete_doc('DocType', 'Salary Control Panel')
|
||||
|
||||
elif patch_no == 356:
|
||||
reload_doc('doctype', 'core', 'doctype')
|
||||
sql("update `tabDocType` set default_print_format = 'Standard'")
|
||||
|
||||
Reference in New Issue
Block a user