From 162a081a9f70bdc6eb7894591f75bb143b8663a7 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 21 Mar 2013 17:30:22 +0530 Subject: [PATCH] unchecked Not In Create in item customer detail and item price --- stock/doctype/item_customer_detail/item_customer_detail.txt | 6 +++--- stock/doctype/item_price/item_price.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stock/doctype/item_customer_detail/item_customer_detail.txt b/stock/doctype/item_customer_detail/item_customer_detail.txt index 2ee945048bd..3b916a22d46 100644 --- a/stock/doctype/item_customer_detail/item_customer_detail.txt +++ b/stock/doctype/item_customer_detail/item_customer_detail.txt @@ -1,8 +1,8 @@ [ { - "creation": "2013-02-22 01:28:01", + "creation": "2013-03-08 15:37:16", "docstatus": 0, - "modified": "2013-03-07 07:03:22", + "modified": "2013-03-21 17:29:45", "modified_by": "Administrator", "owner": "Administrator" }, @@ -10,7 +10,7 @@ "autoname": "ITEMCUST/.#####", "description": "For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes", "doctype": "DocType", - "in_create": 1, + "in_create": 0, "istable": 1, "module": "Stock", "name": "__common__", diff --git a/stock/doctype/item_price/item_price.txt b/stock/doctype/item_price/item_price.txt index 863ca253893..721902bc72b 100644 --- a/stock/doctype/item_price/item_price.txt +++ b/stock/doctype/item_price/item_price.txt @@ -1,15 +1,15 @@ [ { - "creation": "2013-02-22 01:28:01", + "creation": "2013-03-08 15:37:16", "docstatus": 0, - "modified": "2013-03-07 07:03:22", + "modified": "2013-03-21 17:29:15", "modified_by": "Administrator", "owner": "Administrator" }, { "autoname": "RFD/.#####", "doctype": "DocType", - "in_create": 1, + "in_create": 0, "istable": 1, "module": "Stock", "name": "__common__",