From 4612e696b078d40524993e8d1c2da06636645be5 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 17 Jul 2012 13:33:41 +0530 Subject: [PATCH] mark stock entry as is_submittable --- 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 b95c9ea626..0c1028fdd2 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.txt +++ b/erpnext/stock/doctype/stock_entry/stock_entry.txt @@ -5,7 +5,7 @@ { 'creation': '2012-05-03 11:12:49', 'docstatus': 0, - 'modified': '2012-05-03 18:08:43', + 'modified': '2012-07-17 13:32:44', 'modified_by': u'Administrator', 'owner': u'Administrator' }, @@ -26,6 +26,7 @@ 'hide_toolbar': 0, 'in_create': 0, 'in_dialog': 0, + 'is_submittable': 1, 'is_transaction_doc': 0, 'issingle': 0, 'max_attachments': 0,