mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
Merge branch 'master' into production
Conflicts: patches/patch_list.py production/doctype/bom_explosion_item/bom_explosion_item.txt
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