Skip to content

Commit

Permalink
Merge pull request #4677 from pulibrary/clear-cdl-request-item
Browse files Browse the repository at this point in the history
Remove controlled digital lending from request/item unavailable_statuses
  • Loading branch information
christinach authored Jan 2, 2025
2 parents 6829dfe + 2a05f0c commit 3f463e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/requests/item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def unavailable_statuses
scsb = ['Not Available', "Item Barcode doesn't exist in SCSB database."]
alma = ['Unavailable', 'Claimed Returned', 'Lost', 'Hold Shelf', 'Transit', 'Missing', 'Resource Sharing Request',
'Lost Resource Sharing Item', 'Requested', 'In Transit to Remote Storage', 'Lost and paid',
'Loan', 'Controlled Digital Lending', 'At Preservation', 'Technical - Migration', 'Preservation and Conservation',
'Loan', 'At Preservation', 'Technical - Migration', 'Preservation and Conservation',
'Collection Development Office', 'Holdings Management']
scsb + alma
end
Expand Down

0 comments on commit 3f463e5

Please sign in to comment.