my $ret = { captured => 1, reservation => $reservation };
- if ($here <> $reservation->pickup_lib) {
+ if ($here != $reservation->pickup_lib) {
return OpenILS::Event->new('RESERVATION_CAPTURE_FAILED', payload => { captured => 0, fail_cause => 'not-transferable' })
if (!$U->is_true($type->transferable)); # non-transferable resource
$prox_list =
map { $_->[1] }
- sort { $a->[0] <> $b->[0] }
+ sort { $a->[0] <=> $b->[0] }
map {
[ actor::org_unit_proximity->search_where(
{ from_org => $bresv->pickup_lib.'', to_org => $_=>owner.'' }