Skip to content

Commit

Permalink
MODDCB-59 DCB item effective location in Staff Slips
Browse files Browse the repository at this point in the history
  • Loading branch information
MagzhanArtykov committed Dec 4, 2023
1 parent 6e9aaad commit bae1574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private void createCirculationItem(DcbItem item, String pickupServicePointId){
.materialTypeId(materialTypeId)
.permanentLoanTypeId(LOAN_TYPE_ID)
.pickupLocation(pickupServicePointId)
.lendingLibraryCode(item.getLendingLibraryCode())
.build();

circulationItemClient.createCirculationItem(item.getId(), circulationItemRequest);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ CirculationItemRequest:
type: string
pickupLocation:
type: string
lendingLibraryCode:
description: 5 digit agency code which identifies the lending library
type: string
additionalProperties: false

0 comments on commit bae1574

Please sign in to comment.