Skip to content

Commit a9d1c80

Browse files
authored
Add per kit product unit (#390)
1 parent 8c76c22 commit a9d1c80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/groovy/life/qbic/datamodel/dtos/business/services/ProductUnit.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ enum ProductUnit {
2323
PER_COMPARISON("Comparison"),
2424
PER_FLOW_CELL("Flow cell"),
2525
PER_BATCH("Batch"),
26-
PER_VIAL("Vial")
26+
PER_VIAL("Vial"),
27+
PER_KIT("Kit")
2728

2829
/**
2930
Holds the String value of the enum

0 commit comments

Comments
 (0)