mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
removed Standard from default print format
This commit is contained in:
4
patches/december_2012/fix_default_print_format.py
Normal file
4
patches/december_2012/fix_default_print_format.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.conn.sql("""update `tabDocType` set default_print_format=null
|
||||
where default_print_format='Standard'""")
|
||||
@@ -729,4 +729,8 @@ patch_list = [
|
||||
'patch_module': 'patches.december_2012',
|
||||
'patch_file': 'website_cache_refactor',
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.december_2012',
|
||||
'patch_file': 'fix_default_print_format',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user