4 lines
180 B
Python
4 lines
180 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("update `tabDocField` set options = replace(options, 'Others', 'Other') where fieldname = 'purpose' and parent = 'Stock Entry'")
|