Update erpnext/stock/doctype/stock_entry/stock_entry.txt

This commit is contained in:
Nabin Hait 2012-03-21 15:33:50 +05:30
parent 5f04061291
commit 7ff14ede3c

View File

@ -451,7 +451,7 @@
# DocField
{
'depends_on': u"eval:doc.purpose == 'Others'",
'depends_on': u"eval:doc.purpose == 'Other'",
'doctype': u'DocField',
'fieldname': u'bom_no',
'fieldtype': u'Link',
@ -463,7 +463,7 @@
# DocField
{
'colour': u'White:FFF',
'depends_on': u"eval:doc.purpose == 'Others'",
'depends_on': u"eval:doc.purpose == 'Other'",
'description': u'Select "Yes" if stock is maintained and tracked for sub-assembly items. Select "No" if you want child items of sub-assembly for material transfer.',
'doctype': u'DocField',
'fieldname': u'consider_sa_items_as_raw_materials',