Skip to content

Commit

Permalink
updating circ interface
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Felk committed May 4, 2023
1 parent 2c9456f commit 03e9b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
{
"id":"circulation",
"version":"12.0 13.0"
"version":"14.0"
}
],
"permissionSets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ public JsonObject acceptItem(AcceptItemInitiationData initData, UserId userId, S
request.put("requestType", "Page");
// FOR EXPLAINATION ABOUT HARDCODE FULFILLMENT
// SEE NOTES.TXT
request.put("fulfilmentPreference", "Hold Shelf");
request.put("fulfillmentPreference", "Hold Shelf");
String uid = user.getString("id");
request.put("requesterId", uid);
request.put("itemId", itemUuid.toString());
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/mockdata/circ-requests-post.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"barcode" : "8377630",
"patronGroupId" : "dac3aab4-7a86-422b-b5fc-6fbf7afd7aeb"
},
"fulfilmentPreference" : "Hold Shelf",
"fulfillmentPreference" : "Hold Shelf",
"pickupServicePointId" : "29faacf1-4ba4-42c7-8b2a-566b259e4641",
"metadata" : {
"createdDate" : "2019-10-03T19:21:59.707+0000",
Expand Down

0 comments on commit 03e9b6c

Please sign in to comment.