Skip to content

Commit 1864c16

Browse files
authored
Merge pull request #16 from indexdata/ID-CIRC-2441-loan-type-in-requests
CIRC-2441 don't store loan type in requests after all.
2 parents 7a129e5 + 0d5757b commit 1864c16

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

descriptors/ModuleDescriptor-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@
12791279
},
12801280
{
12811281
"id": "request-storage",
1282-
"version": "6.3"
1282+
"version": "6.2"
12831283
},
12841284
{
12851285
"id": "request-storage-batch",

src/main/java/org/folio/circulation/domain/StoredRequestRepresentation.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ private static void addStoredItemProperties(JsonObject request, Item item) {
5656
item.getLocation().getPrimaryServicePoint().getName());
5757
}
5858
}
59-
write(itemSummary, "loanTypeId", item.getLoanTypeId());
60-
write(itemSummary, "loanTypeName", item.getLoanTypeName());
61-
6259
request.put("item", itemSummary);
6360
}
6461

0 commit comments

Comments
 (0)