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

(-)a/opac/opac-sendshelf.pl (-2 / +4 lines)
Lines 182-188 END_OF_BODY Link Here
182
        $template->param( error => 1 );
182
        $template->param( error => 1 );
183
    }
183
    }
184
184
185
    $template->param( email => $email );
185
    $template->param(
186
        shelfid => $shelfid,
187
        email => $email,
188
    );
186
    output_html_with_http_headers $query, $cookie, $template->output;
189
    output_html_with_http_headers $query, $cookie, $template->output;
187
190
188
191
189
- 

Return to bug 14544