Skip to content

Commit

Permalink
Fixed problem with deletion of reservations in alma
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Sep 28, 2011
1 parent 9aa4426 commit 0315d2f
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 @@ -137,7 +137,7 @@ function alma_reservation_delete($account, $id) {
$creds = ding_user_get_creds($account);
$reservations = alma_reservation_get_reservations($account);
alma_reservation_clear_cache();
//return alma_client_invoke('remove_reservation', $creds['name'], $creds['pass'], $reservations[$id]);
return alma_client_invoke('remove_reservation', $creds['name'], $creds['pass'], $reservations[$id]);
}

/**
Expand Down

0 comments on commit 0315d2f

Please sign in to comment.