mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
4 lines
160 B
Python
4 lines
160 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("update `tabDocField` set print_hide = 1 where fieldname in ('price_list_currency', 'plc_conversion_rate')")
|