Skip to content
Snippets Groups Projects
Commit 3f6fc72b authored by barillac's avatar barillac
Browse files

small fix

SVN: 34219
parent 581bbf3f
No related merge requests found
......@@ -176,7 +176,7 @@ chemicalDefinition = [
["DISSOLVED_IN", "General", "dissolved in", DataType.VARCHAR, None, "", None, None, False],
["USED_FOR", "General", "Used for", DataType.VARCHAR, None, "", None, None, False],
["EMPTY", "General", "empty?", DataType.BOOLEAN, None, "", None, None, False],
["DATE_ORDERED", "General", "date ordered", DataType.TIMESTAMP, None, "", None, None, False],
["DATE_ORDERED", "General", "date ordered", DataType.VARCHAR, None, "", None, None, False],
["LOT_NUM", "General", "Lot #", DataType.VARCHAR, None, "", None, None, False],
["CATALOG_NUM", "General", "Catalog #", DataType.VARCHAR, None, "", None, None, False],
["STOCK_CONCENTRATION", "General", "Stock concentration", DataType.VARCHAR, None, "", None, None, False],
......
......@@ -136,6 +136,7 @@ vocabularyDefinitions = {
["USBIOLOGICAL", "USBiological"],
["WERNER_BIOAGENTS", "Werner BioAgents"],
["WITECAG", "witecag"],
["UNKNOWN", "unknown"],
],
"OLIGO_CATEGORY" : [
["CHECKING", "Checking"],
......
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