mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
Update erpnext/stock/doctype/stock_entry/stock_entry.txt
This commit is contained in:
@@ -451,7 +451,7 @@
|
|||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
{
|
{
|
||||||
'depends_on': u"eval:doc.purpose == 'Others'",
|
'depends_on': u"eval:doc.purpose == 'Other'",
|
||||||
'doctype': u'DocField',
|
'doctype': u'DocField',
|
||||||
'fieldname': u'bom_no',
|
'fieldname': u'bom_no',
|
||||||
'fieldtype': u'Link',
|
'fieldtype': u'Link',
|
||||||
@@ -463,7 +463,7 @@
|
|||||||
# DocField
|
# DocField
|
||||||
{
|
{
|
||||||
'colour': u'White:FFF',
|
'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.',
|
'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',
|
'doctype': u'DocField',
|
||||||
'fieldname': u'consider_sa_items_as_raw_materials',
|
'fieldname': u'consider_sa_items_as_raw_materials',
|
||||||
|
|||||||
Reference in New Issue
Block a user