Merge branch 'master' of github.com:webnotes/erpnext into handlerupdate

This commit is contained in:
Rushabh Mehta 2012-03-21 11:29:06 +01:00
commit c1f8af58d1
2 changed files with 4 additions and 1 deletions

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'")

View File

@ -456,7 +456,7 @@
'fieldname': u'bom_no',
'fieldtype': u'Link',
'label': u'BOM No',
'options': u'Bill of Materials',
'options': u'Bill Of Materials',
'permlevel': 0
},