From 23180908c8b70364c404249ab489ef3fa255da61 Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Wed, 7 Jul 2021 12:43:51 -0400 Subject: [PATCH] Undo change. Wrong branch --- crc/services/document_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crc/services/document_service.py b/crc/services/document_service.py index c7437eb9..1626cc59 100644 --- a/crc/services/document_service.py +++ b/crc/services/document_service.py @@ -11,7 +11,7 @@ class DocumentService(object): the spreadsheet should contain the columns 'code', 'category1', 'category2', 'category3', 'description' and 'id', code is required for all rows in the table, the other fields are optional. """ - DOCUMENT_LIST = "documents.xlsx" + DOCUMENT_LIST = "irb_documents.xlsx" @staticmethod def is_allowed_document(code):