update print width
This commit is contained in:
parent
84adf1bb7f
commit
b4c54e55a3
5
patches/december_2012/update_print_width.py
Normal file
5
patches/december_2012/update_print_width.py
Normal file
@ -0,0 +1,5 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.reload_doc("core", "doctype", "docfield")
|
||||
webnotes.conn.sql("""update tabDocField set print_width = width""")
|
@ -570,4 +570,8 @@ patch_list = [
|
||||
'patch_module': 'patches.december_2012',
|
||||
'patch_file': 'remove_project_mapper',
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.december_2012',
|
||||
'patch_file': 'update_print_width',
|
||||
},
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user