mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
update print width
This commit is contained in:
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_module': 'patches.december_2012',
|
||||||
'patch_file': 'remove_project_mapper',
|
'patch_file': 'remove_project_mapper',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.december_2012',
|
||||||
|
'patch_file': 'update_print_width',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user