From 18f027c951de044bf846ccacf5e0c1322c57143c Mon Sep 17 00:00:00 2001 From: cproudlock Date: Mon, 20 Jul 2026 11:34:12 -0400 Subject: [PATCH] printedparts kiosk: show gage lab tag (not item code) on the SSO prompt The badge step card still showed the internal item code; show the gage lab tag (fallback to item code) to match the label and list. The take still posts the item code as the stable identifier. --- plugins/printedparts/frontend/views/PartsKiosk.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/printedparts/frontend/views/PartsKiosk.vue b/plugins/printedparts/frontend/views/PartsKiosk.vue index 72fdf43..7646093 100644 --- a/plugins/printedparts/frontend/views/PartsKiosk.vue +++ b/plugins/printedparts/frontend/views/PartsKiosk.vue @@ -39,7 +39,7 @@

{{ item.itemname }}

-

{{ item.itemcode }} - {{ item.quantityonhand }} on hand

+

{{ item.gagelabtag || item.itemcode }} - {{ item.quantityonhand }} on hand

Scan your badge or tap in your SSO