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

(-)a/opac/svc/suggestion (-3 / +2 lines)
Lines 53-61 Number of suggestions to display. Defaults to 4 in stub mode, 20 otherwise. Link Here
53
53
54
use Modern::Perl;
54
use Modern::Perl;
55
55
56
use C4::Auth;
56
use C4::Auth qw( get_template_and_user );
57
use C4::Context;
57
use C4::Context;
58
use C4::Output;
58
use C4::Output qw( output_html_with_http_headers );
59
use CGI qw ( -utf8 );
59
use CGI qw ( -utf8 );
60
use JSON;
60
use JSON;
61
use Koha::SuggestionEngine;
61
use Koha::SuggestionEngine;
62
- 

Return to bug 30426