Skip to content

Commit

Permalink
Merge pull request #385 from qbicsoftware/chore-add-vial-product-unit
Browse files Browse the repository at this point in the history
Add a new product unit type 'PER_VIAL'
  • Loading branch information
KochTobi authored Dec 19, 2023
2 parents c416831 + 2b7ae2a commit d2a603d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ enum ProductUnit {
PER_500_ML("500 milliliter"),
PER_COMPARISON("Comparison"),
PER_FLOW_CELL("Flow cell"),
PER_BATCH("Batch")
PER_BATCH("Batch"),
PER_VIAL("Vial")

/**
Holds the String value of the enum
Expand Down

0 comments on commit d2a603d

Please sign in to comment.