update bom no options in stock entry

This commit is contained in:
Nabin Hait 2012-03-21 15:56:22 +05:30
parent 5f04061291
commit 830b8baa9d

View File

@ -0,0 +1,3 @@
def execute():
import webnotes
webnotes.conn.sql("update `tabDocField` set options = 'Bill Of Materials' where fieldname = 'bom_no' and parent = 'Stock Entry'")