diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/initializemasterdataminimum.py b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/initializemasterdataminimum.py
index b0d2505781abb99dc0d1abb2cc5bc5736016beec..f4d801f3a10dd30b8090a6c530dc0e7e868746ab 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/initializemasterdataminimum.py
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/initializemasterdataminimum.py
@@ -62,19 +62,19 @@ def initBasicMasterData(tr):
     ##
     ## Ordering System
     ##
-    elnTypes.createProperty(tr, "QUANTITY_OF_ITEMS", DataType.INTEGER, "Quantity", "", None);
-    
-    elnTypes.createVocabularyWithTerms(tr, elnTypes.LANGUAGE);
-    elnTypes.createVocabularyWithTerms(tr, elnTypes.CURRENCY);
-    elnTypes.createVocabularyWithTerms(tr, elnTypes.PREFERRED_ORDER_METHOD);
-    elnTypes.createVocabularyWithTerms(tr, elnTypes.ORDER_STATUS);
-    
-    elnTypes.createExperimentTypeWithProperties(tr, elnTypes.STOCK);
-    
-    elnTypes.createSampleTypeWithProperties(tr, elnTypes.SUPPLIER);
-    elnTypes.createSampleTypeWithProperties(tr, elnTypes.PRODUCT);
-    elnTypes.createSampleTypeWithProperties(tr, elnTypes.REQUEST);
-    elnTypes.createSampleTypeWithProperties(tr, elnTypes.ORDER);
+#     elnTypes.createProperty(tr, "QUANTITY_OF_ITEMS", DataType.INTEGER, "Quantity", "", None);
+#     
+#     elnTypes.createVocabularyWithTerms(tr, elnTypes.LANGUAGE);
+#     elnTypes.createVocabularyWithTerms(tr, elnTypes.CURRENCY);
+#     elnTypes.createVocabularyWithTerms(tr, elnTypes.PREFERRED_ORDER_METHOD);
+#     elnTypes.createVocabularyWithTerms(tr, elnTypes.ORDER_STATUS);
+#     
+#     elnTypes.createExperimentTypeWithProperties(tr, elnTypes.STOCK);
+#     
+#     elnTypes.createSampleTypeWithProperties(tr, elnTypes.SUPPLIER);
+#     elnTypes.createSampleTypeWithProperties(tr, elnTypes.PRODUCT);
+#     elnTypes.createSampleTypeWithProperties(tr, elnTypes.REQUEST);
+#     elnTypes.createSampleTypeWithProperties(tr, elnTypes.ORDER);
 
 # This script can be executed alone or included into a longer master data script.
 # on the second case, service doesn't exist and will not execute if the initBasicMasterData is not called
diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/openbis_required.txt b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/openbis_required.txt
deleted file mode 100644
index 96a663bcde2079c077dbed643b0b7a8fbe3efa8a..0000000000000000000000000000000000000000
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/openbis_required.txt
+++ /dev/null
@@ -1 +0,0 @@
-S228
\ No newline at end of file