2013-08-05 14:59:54 +05:30
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-12-28 10:35:44 +05:30
|
|
|
import webnotes
|
|
|
|
|
|
|
|
def execute():
|
|
|
|
webnotes.reload_doc("core", "doctype", "docfield")
|
|
|
|
webnotes.conn.sql("""update tabDocField set print_width = width""")
|