From a67f706c921c20977ae1ba74dbe122d2a18149ff Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 3 May 2012 18:09:15 +0530 Subject: [PATCH] options did not updated in stock entry --- erpnext/stock/doctype/stock_entry/stock_entry.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.txt b/erpnext/stock/doctype/stock_entry/stock_entry.txt index bac0f74d35..b95c9ea626 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.txt +++ b/erpnext/stock/doctype/stock_entry/stock_entry.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2012-04-16 15:08:16', + 'creation': '2012-05-03 11:12:49', 'docstatus': 0, - 'modified': '2012-05-01 15:52:31', + 'modified': '2012-05-03 18:08:43', 'modified_by': u'Administrator', 'owner': u'Administrator' }, @@ -277,7 +277,7 @@ 'fieldtype': u'Link', 'hidden': 1, 'label': u'Sales Invoice No', - 'options': u'Receivable Voucher', + 'options': u'Sales Invoice', 'permlevel': 0, 'print_hide': 1 }, @@ -333,7 +333,7 @@ 'fieldname': u'bom_no', 'fieldtype': u'Link', 'label': u'BOM No', - 'options': u'Bill Of Materials', + 'options': u'BOM', 'permlevel': 0 },