4 lines
163 B
Python
4 lines
163 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("update `tabDocField` set options = 'Bill Of Materials' where fieldname = 'bom_no' and parent = 'Stock Entry'")
|