From 0680f332fb1977661ec12780af73846a0098cde4 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 8 Jan 2026 20:07:28 -0600 Subject: [PATCH] refactor(manual print): added new option for mulitple tags on pallet --- .../_old/old/-components/ocp/ManualPrinting/ManualPrintForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/routes/_old/old/-components/ocp/ManualPrinting/ManualPrintForm.tsx b/frontend/src/routes/_old/old/-components/ocp/ManualPrinting/ManualPrintForm.tsx index 4072bf2..653e7f2 100644 --- a/frontend/src/routes/_old/old/-components/ocp/ManualPrinting/ManualPrintForm.tsx +++ b/frontend/src/routes/_old/old/-components/ocp/ManualPrinting/ManualPrintForm.tsx @@ -30,6 +30,7 @@ import { useSettingStore } from "../../../-lib/store/useSettings"; const printReason = [ { key: "printerIssue", label: "Printer Related" }, { key: "missingRfidTag", label: "Missing or incorrect tag" }, + { key: "multipleTags", label: "More than one tag on pallet." }, { key: "rfidMissScan", label: "Missed Scan from RFID reader" }, { key: "strapper", label: "Strapper Error" }, { key: "manualCheck", label: "20th pallet check" },