From 89b3156ea15aee6a36ad88ede1f98879f6e233a6 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Mon, 20 Jul 2026 11:03:32 -0400 Subject: [PATCH] printedparts: show gage lab tag in the catalog list The list showed the internal auto-minted itemcode; the gage lab works from the WJRP gage lab tag. Show gagelabtag as the primary identifier, falling back to itemcode when a row has no tag assigned. --- plugins/printedparts/frontend/views/PrintedItemsList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/printedparts/frontend/views/PrintedItemsList.vue b/plugins/printedparts/frontend/views/PrintedItemsList.vue index c08aa6e..71058b2 100644 --- a/plugins/printedparts/frontend/views/PrintedItemsList.vue +++ b/plugins/printedparts/frontend/views/PrintedItemsList.vue @@ -37,7 +37,7 @@ - Code + Gage Lab Tag Name Quantity Bin @@ -59,7 +59,7 @@ class="item-thumb" /> - {{ item.itemcode || '-' }} + {{ item.gagelabtag || item.itemcode || '-' }} {{ item.itemname }} Retired