From 8a0c550110ad2b04e2fc9c718c4eb466cf756f5b Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Mon, 6 Jul 2026 11:13:13 +0100 Subject: [PATCH] LIMS-2269: Container History doesnt show beamline name --- .../js/modules/types/mx/shipment/views/mx-container-view.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/js/modules/types/mx/shipment/views/mx-container-view.vue b/client/src/js/modules/types/mx/shipment/views/mx-container-view.vue index f9b521ea0..d929baba1 100644 --- a/client/src/js/modules/types/mx/shipment/views/mx-container-view.vue +++ b/client/src/js/modules/types/mx/shipment/views/mx-container-view.vue @@ -347,7 +347,7 @@ export default { {key: 'BLTIMESTAMP', title: 'Date'}, {key: 'STATUS', title: 'Status'}, {key: 'LOCATION', title: 'Location'}, - {key: 'BEAMLINELOCATION', title: 'Beamline'} + {key: 'BEAMLINENAME', title: 'Beamline'} ], containerHistoryTotal: 0, displayQueueModal: false,