diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.txt b/erpnext/stock/doctype/stock_entry/stock_entry.txt index 4f524aa5f1..b7790f7a54 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.txt +++ b/erpnext/stock/doctype/stock_entry/stock_entry.txt @@ -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',