mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +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""")
|
||||
Reference in New Issue
Block a user