From c65a0c7197d3264fef810795fac603824a25732f Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 26 Feb 2014 15:13:35 +0530 Subject: [PATCH] Allowed stock entry import --- erpnext/stock/doctype/stock_entry/stock_entry.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.txt b/erpnext/stock/doctype/stock_entry/stock_entry.txt index 01cfed84b6..a8cf16b078 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.txt +++ b/erpnext/stock/doctype/stock_entry/stock_entry.txt @@ -2,13 +2,14 @@ { "creation": "2013-04-09 11:43:55", "docstatus": 0, - "modified": "2014-01-20 17:49:27", + "modified": "2014-02-26 10:59:19", "modified_by": "Administrator", "owner": "Administrator" }, { "allow_attach": 0, "allow_copy": 0, + "allow_import": 1, "allow_rename": 0, "autoname": "naming_series:", "doctype": "DocType",