fulfillment_time => undef
});
- $conn->respond({slot => $s, holds => $holds});
+ $conn->respond({slot_id => $s->id, slot => $s, holds => $holds});
}
return undef;
fulfillment_time => undef
});
- $conn->respond({slot => $s, holds => $holds});
+ $conn->respond({slot_id => $s->id, slot => $s, holds => $holds});
}
return undef;
($_->id => $e->retrieve_metabib_wide_display_entry( $_->bib_record))
} @$rhrr_list;
- $conn->respond({slot => $s, holds => $holds, bib_data_by_hold => \%bib_data});
+ $conn->respond({slot_id => $s->id, slot => $s, holds => $holds, bib_data_by_hold => \%bib_data});
}
return undef;