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

(-)a/opac/opac-sendshelf.pl (-3 lines)
Lines 106-113 if ( $email ) { Link Here
106
    my $records_file = $data->{records_file};
106
    my $records_file = $data->{records_file};
107
    my $records_data = $data->{records_data};
107
    my $records_data = $data->{records_data};
108
108
109
    my $user = GetMember(borrowernumber => $borrowernumber);
110
111
    $template2->param(
109
    $template2->param(
112
        BIBLIO_RESULTS => $records_data,
110
        BIBLIO_RESULTS => $records_data,
113
        comment        => $comment,
111
        comment        => $comment,
114
- 

Return to bug 13345