5 lines
152 B
Python
5 lines
152 B
Python
import webnotes
|
|
|
|
def execute():
|
|
webnotes.reload_doc("core", "doctype", "docfield")
|
|
webnotes.conn.sql("""update tabDocField set print_width = width""") |