Skip to content
Snippets Groups Projects
Commit 171e1a31 authored by juanf's avatar juanf
Browse files

SSDM-4095 : Unused file deleted, disabled ordering system on master data script.

SVN: 37060
parent eeeac479
No related branches found
No related tags found
No related merge requests found
...@@ -62,19 +62,19 @@ def initBasicMasterData(tr): ...@@ -62,19 +62,19 @@ def initBasicMasterData(tr):
## ##
## Ordering System ## Ordering System
## ##
elnTypes.createProperty(tr, "QUANTITY_OF_ITEMS", DataType.INTEGER, "Quantity", "", None); # elnTypes.createProperty(tr, "QUANTITY_OF_ITEMS", DataType.INTEGER, "Quantity", "", None);
#
elnTypes.createVocabularyWithTerms(tr, elnTypes.LANGUAGE); # elnTypes.createVocabularyWithTerms(tr, elnTypes.LANGUAGE);
elnTypes.createVocabularyWithTerms(tr, elnTypes.CURRENCY); # elnTypes.createVocabularyWithTerms(tr, elnTypes.CURRENCY);
elnTypes.createVocabularyWithTerms(tr, elnTypes.PREFERRED_ORDER_METHOD); # elnTypes.createVocabularyWithTerms(tr, elnTypes.PREFERRED_ORDER_METHOD);
elnTypes.createVocabularyWithTerms(tr, elnTypes.ORDER_STATUS); # elnTypes.createVocabularyWithTerms(tr, elnTypes.ORDER_STATUS);
#
elnTypes.createExperimentTypeWithProperties(tr, elnTypes.STOCK); # elnTypes.createExperimentTypeWithProperties(tr, elnTypes.STOCK);
#
elnTypes.createSampleTypeWithProperties(tr, elnTypes.SUPPLIER); # elnTypes.createSampleTypeWithProperties(tr, elnTypes.SUPPLIER);
elnTypes.createSampleTypeWithProperties(tr, elnTypes.PRODUCT); # elnTypes.createSampleTypeWithProperties(tr, elnTypes.PRODUCT);
elnTypes.createSampleTypeWithProperties(tr, elnTypes.REQUEST); # elnTypes.createSampleTypeWithProperties(tr, elnTypes.REQUEST);
elnTypes.createSampleTypeWithProperties(tr, elnTypes.ORDER); # elnTypes.createSampleTypeWithProperties(tr, elnTypes.ORDER);
# This script can be executed alone or included into a longer master data script. # 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 # on the second case, service doesn't exist and will not execute if the initBasicMasterData is not called
......
S228
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment