Lines 679-685
sub handle_checkin {
Link Here
|
679 |
$resp .= maybe_add( FID_CALL_NUMBER, $item->call_number ); |
679 |
$resp .= maybe_add( FID_CALL_NUMBER, $item->call_number ); |
680 |
$resp .= maybe_add( FID_DESTINATION_LOCATION, $item->destination_loc ); |
680 |
$resp .= maybe_add( FID_DESTINATION_LOCATION, $item->destination_loc ); |
681 |
$resp .= maybe_add( FID_HOLD_PATRON_ID, $item->hold_patron_bcode ); |
681 |
$resp .= maybe_add( FID_HOLD_PATRON_ID, $item->hold_patron_bcode ); |
682 |
$resp .= maybe_add( FID_HOLD_PATRON_NAME, $item->hold_patron_name ); |
682 |
$resp .= maybe_add( FID_HOLD_PATRON_NAME, $item->hold_patron_name( $server->{account}->{da_field_template} ) ); |
683 |
if ( $status->hold and $status->hold->{branchcode} ne $item->destination_loc ) { |
683 |
if ( $status->hold and $status->hold->{branchcode} ne $item->destination_loc ) { |
684 |
warn 'SIP hold mismatch: $status->hold->{branchcode}=' . $status->hold->{branchcode} . '; $item->destination_loc=' . $item->destination_loc; |
684 |
warn 'SIP hold mismatch: $status->hold->{branchcode}=' . $status->hold->{branchcode} . '; $item->destination_loc=' . $item->destination_loc; |
685 |
|
685 |
|