@@ -, +, @@ - Search for something that gives several result pages in OPAC, example: e - Switch to one of the last pages using link on top of results, example: 10 - Open any of the records listed in detail view - Verify that the error is shown - Apply patch and repeat, error is gone and browsing behaves as expected --- opac/opac-detail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-detail.pl +++ a/opac/opac-detail.pl @@ -32,7 +32,7 @@ use C4::Koha qw( GetNormalizedOCLCNumber GetNormalizedUPC ); -use C4::Search qw( new_record_from_zebra ); +use C4::Search qw( new_record_from_zebra searchResults getRecords ); use C4::Serials qw( CountSubscriptionFromBiblionumber SearchSubscriptions GetLatestSerials ); use C4::Output qw( parametrized_url output_html_with_http_headers ); use C4::Biblio qw( --