Skip to content

Commit

Permalink
Issue #354 cableman: Updated alma reservations to display the status …
Browse files Browse the repository at this point in the history
…from alma on inter libaray loans
  • Loading branch information
cableman committed May 20, 2014
1 parent a83bdb4 commit 490373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/alma.reservation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function alma_reservation_list($account, $type = NULL) {
elseif ($reservation['id'] < 0) {
// Inter-library loan reservations have negative IDs (undocumented
// Axiell "feature").
$data['ill_status'] = TRUE;
$data['ill_status'] = $reservation['status'];
$data['reservation_type'] = DING_RESERVATION_INTERLIBRARY_LOANS;

// Create reservation object.
Expand Down

0 comments on commit 490373b

Please sign in to comment.