From 398dadfb93599fedb09e60759a5860dc869baf54 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Tue, 4 Nov 2014 15:01:48 +0000
Subject: [PATCH] SSDM-1078 : PAPER - Provide sensible defaults -
 Implementation

SVN: 32722
---
 .../newbrowser/1/as/initialize-master-data.py          | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/newbrowser/1/as/initialize-master-data.py b/plasmid/source/core-plugins/newbrowser/1/as/initialize-master-data.py
index 1e107b4d5bd..8829729c269 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/initialize-master-data.py
+++ b/plasmid/source/core-plugins/newbrowser/1/as/initialize-master-data.py
@@ -414,6 +414,14 @@ createSampleTypeWithProperties("CHEMICAL", "", [
 	["SUPPLIER", 			"Supplier and storage", "Supplier", 			DataType.MULTILINE_VARCHAR,		None,		"Supplier of the product"],
 	["ARTICLE_NUMBER", 		"Supplier and storage", "Art. Number",			DataType.MULTILINE_VARCHAR,		None,		"Article number of the product"],
 	["STORAGE", 			"Supplier and storage", "Storage", 				DataType.CONTROLLEDVOCABULARY,	"STORAGE",	"Storage conditions of the product"],
-	["XMLCOMMENTS", 		"Comments", 			"Comments List", 		DataType.VARCHAR,				None,		"Several comments can be added by different users"],
+	["XMLCOMMENTS", 		"Comments", 			"Comments List", 		DataType.VARCHAR,				None,		"Several comments can be added by different users"]
 ]);
 
+createSampleTypeWithProperties("ENZYME", "", [
+	["NAME", 				"General",				"Name",					DataType.MULTILINE_VARCHAR,		None,		"Name"],
+	["SUPPLIER", 			"Supplier and storage",	"Supplier",				DataType.MULTILINE_VARCHAR,		None,		"Supplier of the product"],
+	["ARTICLE_NUMBER", 		"Supplier and storage",	"Art. Number",			DataType.MULTILINE_VARCHAR,		None,		"Article number of the product"],
+	["KIT", 				"Supplier and storage",	"Kit including",		DataType.MULTILINE_VARCHAR,		None,		"What the company includes with the enzyme"],
+	["STORAGE",				"Supplier and storage",	"Storage",				DataType.CONTROLLEDVOCABULARY,	"STORAGE",	"Storage conditions of the product"],
+	["XMLCOMMENTS",			"Comments",				"Comments List",		DataType.VARCHAR,				None,		"Several comments can be added by different users"]
+]);
-- 
GitLab