Undo change. Wrong branch

This commit is contained in:
mike cullerton 2021-07-07 12:43:51 -04:00
parent c39e08972d
commit 23180908c8
1 changed files with 1 additions and 1 deletions

View File

@ -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):