Skip to content

Commit

Permalink
Change bed number according to story
Browse files Browse the repository at this point in the history
- bed 5 is at the front of the deck so is easier for the user to access for scanning
  • Loading branch information
KatyTaylor committed Jan 25, 2024
1 parent 3a2264f commit f3d08dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/robots.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit f3d08dd

Please sign in to comment.