From e9c36a4fb37c925bbefe759202b20eee70c7a41c Mon Sep 17 00:00:00 2001
From: barillac <barillac>
Date: Tue, 8 Dec 2015 08:53:32 +0000
Subject: [PATCH] small change in storage config

SVN: 35239
---
 .../html/js/config/installations/SchwankLabProfile.js       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/SchwankLabProfile.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/SchwankLabProfile.js
index 827b1050b4d..353a9d23095 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/SchwankLabProfile.js
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/SchwankLabProfile.js
@@ -109,9 +109,9 @@ $.extend(SchwankLabProfile.prototype, StandardProfile.prototype, {
 									"BOX_NUM" : 16 //Boxes on each rack, used for validation, to avoid validation increase the number to 9999 for example
 								},								
 					"LIQUID_NITROGEN_1" : { //Freezer name given by the NAME_PROPERTY
-									"ROW_NUM" : 1, //Number of rows
-									"COLUMN_NUM" : 1, //Number of columns
-									"BOX_NUM" : 9999 //Boxes on each rack, used for validation, to avoid validation increase the number to 9999 for example
+									"ROW_NUM" : 6, //Number of rows
+									"COLUMN_NUM" : 10, //Number of columns
+									"BOX_NUM" : 1 //Boxes on each rack, used for validation, to avoid validation increase the number to 9999 for example
 								},				
 					"CHEMICAL_CABINET" : { //Freezer name given by the NAME_PROPERTY
 									"ROW_NUM" : 6, //Number of rows
-- 
GitLab