Skip to content

Commit

Permalink
#8: Localize Aeon form defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ctgraham committed Sep 2, 2022
1 parent b42f943 commit 4bbbf7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process_request/routines.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class AeonRequester(object):
def __init__(self):
self.request_defaults = {
"AeonForm": "EADRequest",
"DocumentType": "Default",
"DocumentType": "Manuscript",
"GroupingIdentifier": "GroupingField",
"GroupingOption_EADNumber": "FirstValue",
"GroupingOption_ItemInfo1": "Concatenate",
Expand Down Expand Up @@ -249,7 +249,7 @@ def prepare_reading_room_request(self, items, request_data):
data: Submission data for Aeon.
"""
reading_room_defaults = {
"WebRequestForm": "DefaultRequest",
"WebRequestForm": "GenericRequestManuscript",
"RequestType": "Loan",
"ScheduledDate": request_data.get("scheduledDate"),
"SpecialRequest": request_data.get("questions"),
Expand Down

0 comments on commit 4bbbf7b

Please sign in to comment.