View | Details | Raw Unified | Return to bug 6311
Collapse All | Expand All

(-)a/C4/SIP/Sip/MsgType.pm (-2 / +1 lines)
Lines 1027-1033 sub handle_end_patron_session { Link Here
1027
1027
1028
    ($trans_date) = @{$self->{fixed_fields}};
1028
    ($trans_date) = @{$self->{fixed_fields}};
1029
1029
1030
    $ils->check_inst_id($fields->{FID_INST_ID}, "handle_end_patron_session");
1030
    $ils->check_inst_id($fields->{(FID_INST_ID)}, 'handle_end_patron_session');
1031
1031
1032
    ($status, $screen_msg, $print_line) = $ils->end_patron_session($fields->{(FID_PATRON_ID)});
1032
    ($status, $screen_msg, $print_line) = $ils->end_patron_session($fields->{(FID_PATRON_ID)});
1033
1033
1034
- 

Return to bug 6311