From a066d3e0e559de63647b0edbb3ca5b45debb5a82 Mon Sep 17 00:00:00 2001 From: Celine Pelletier Date: Tue, 31 Oct 2023 09:23:06 -0400 Subject: [PATCH] fix: SJIP-569 fix column order --- src/reports/biospecimen-request/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reports/biospecimen-request/config.ts b/src/reports/biospecimen-request/config.ts index 5c2a31b..af997dc 100644 --- a/src/reports/biospecimen-request/config.ts +++ b/src/reports/biospecimen-request/config.ts @@ -31,8 +31,8 @@ export const generateStudyTab: (study_code: string) => SheetConfig = study_code { field: 'external_collection_sample_id', header: 'External Collection ID' }, { field: 'collection_sample_id', header: 'INCLUDE Collection ID' }, { field: 'collection_sample_type', header: 'Collection Sample Type' }, - { field: 'container_id', header: 'INCLUDE Container ID' }, { field: 'external_container_id', header: 'External Container ID' }, + { field: 'container_id', header: 'INCLUDE Container ID' }, { field: 'participant.external_id', header: 'External Participant ID' }, { field: 'participant.participant_id', header: 'INCLUDE Participant ID' }, { field: 'study.study_code', header: 'Study Code' },