mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
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""") |