Skip to content

Commit a2bff41

Browse files
committed
add per kit product unit
1 parent 8c76c22 commit a2bff41

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)