From 629e51a8e95435055dd90956f9f6eed4f3f8f213 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 3 Sep 2014 11:02:24 +0530 Subject: [PATCH] Search field fixed in stock entry --- erpnext/stock/doctype/stock_entry/stock_entry.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.json b/erpnext/stock/doctype/stock_entry/stock_entry.json index 9edb815fd5..5e637940f6 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.json +++ b/erpnext/stock/doctype/stock_entry/stock_entry.json @@ -1,5 +1,5 @@ { - "allow_copy": 0, + "allow_copy": 0, "allow_import": 1, "allow_rename": 0, "autoname": "naming_series:", @@ -577,7 +577,7 @@ "is_submittable": 1, "issingle": 0, "max_attachments": 0, - "modified": "2014-08-12 05:24:41.892586", + "modified": "2014-09-03 11:01:23.159584", "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry", @@ -644,7 +644,7 @@ ], "read_only": 0, "read_only_onload": 0, - "search_fields": "transfer_date, from_warehouse, to_warehouse, purpose, remarks", + "search_fields": "posting_date, from_warehouse, to_warehouse, purpose, remarks", "sort_field": "modified", "sort_order": "DESC" } \ No newline at end of file