mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +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'""")
|
||||
Reference in New Issue
Block a user