Merge branch 'master' of github.com:webnotes/erpnext into handlerupdate
This commit is contained in:
commit
c1f8af58d1
3
erpnext/patches/jan_mar_2012/update_se_fld_options.py
Normal file
3
erpnext/patches/jan_mar_2012/update_se_fld_options.py
Normal 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'")
|
||||||
@ -456,7 +456,7 @@
|
|||||||
'fieldname': u'bom_no',
|
'fieldname': u'bom_no',
|
||||||
'fieldtype': u'Link',
|
'fieldtype': u'Link',
|
||||||
'label': u'BOM No',
|
'label': u'BOM No',
|
||||||
'options': u'Bill of Materials',
|
'options': u'Bill Of Materials',
|
||||||
'permlevel': 0
|
'permlevel': 0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user