Skip to content

Commit aca8965

Browse files
authored
Update to pack size on add-batch.html (#442)
Changed answer options from Single vial/10 vials to Single item/10 items. This is because from Sept 2025 we are also asking for pack size for flu (if it's a CP or PCN and products comes in different pack sizes). And not all products come in vials. ### Before <img width="728" height="594" alt="Screenshot 2025-08-28 at 13 20 25" src="https://github.com/user-attachments/assets/426e6c65-cd0f-4f0a-bd81-de3e37ccdaf9" /> ### After <img width="745" height="589" alt="Screenshot 2025-08-28 at 13 20 04" src="https://github.com/user-attachments/assets/eaa80554-27a0-4ecd-bae8-fefcdc9628d3" />
1 parent 3f7c254 commit aca8965

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/views/vaccines/add-batch.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ <h1 class="nhsuk-heading-l">Add batch</h1>
5959
},
6060
"items": [
6161
{
62-
"value": "Single vial",
63-
"text": "Single vial",
64-
checked: (data.packType == "Single vial")
62+
"value": "Single item",
63+
"text": "Single item",
64+
checked: (data.packType == "Single item")
6565
},
6666
{
67-
"value": "10 vials",
68-
"text": "10 vials",
69-
checked: (data.packType == "10 vials")
67+
"value": "10 items",
68+
"text": "10 items",
69+
checked: (data.packType == "10 items")
7070
}
7171
]
7272
}) }}

0 commit comments

Comments
 (0)