Skip to content

Commit

Permalink
Add a new product unit type 'PER_VIAL'
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi committed Dec 19, 2023
1 parent c416831 commit 2b7ae2a
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 2b7ae2a

Please sign in to comment.