From f3d08dd5b7abe27d90716ea69e30d6a2cf90ba42 Mon Sep 17 00:00:00 2001 From: Katy Taylor Date: Thu, 25 Jan 2024 14:25:11 +0000 Subject: [PATCH] Change bed number according to story - bed 5 is at the front of the deck so is easier for the user to access for scanning --- config/robots.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/robots.rb b/config/robots.rb index 857a86fd9..7db160a69 100644 --- a/config/robots.rb +++ b/config/robots.rb @@ -3052,10 +3052,10 @@ states: ['passed'], label: 'Bed 15' }, - bed(3).barcode => { + bed(5).barcode => { purpose: 'LRC PBMC Bank', states: ['pending'], - label: 'Bed 3', + label: 'Bed 5', parent: bed(15).barcode, target_state: 'passed' }