Skip to content

Commit

Permalink
MODDCB-117 ecsRequestPhase to moddcb circulation request schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MagzhanArtykov committed Aug 7, 2024
1 parent f399502 commit 13a6f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private void createBorrowerEcsRequestTransactions(String ecsRequestTransactionsI
.barcode(item.getBarcode())
.build());
circulationRequest.setHoldingsRecordId(UUID.fromString(item.getHoldingsRecordId()));
requestService.updateCirculationRequest(circulationRequest);
//requestService.updateCirculationRequest(circulationRequest);
dcbTransaction.setPatron(DcbPatron.builder()
.id(String.valueOf(circulationRequest.getRequesterId()))
.barcode(circulationRequest.getRequester().getBarcode())
Expand Down

0 comments on commit 13a6f72

Please sign in to comment.