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

(-)a/opac/opac-recall.pl (-1 / +2 lines)
Lines 137-140 if ( C4::Context->preference('UseRecalls') ) { Link Here
137
    );
137
    );
138
}
138
}
139
139
140
$template->param( recallsview => 1 );
141
140
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
142
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
141
- 

Return to bug 36142