Bug 24819: (follow-up) Rename suggestion_search to suggestor_search
[koha-equinox.git] / suggestion / suggestor_search.pl
similarity index 96%
rename from suggestion/suggestion_search.pl
rename to suggestion/suggestor_search.pl
index 24e33b7..05a831f 100755 (executable)
@@ -48,7 +48,7 @@ my $patron_categories = Koha::Patron::Categories->search_limited;
 $template->param(
     view => ( $input->request_method() eq "GET" ) ? "show_form" : "show_results",
     columns => ['cardnumber', 'name', 'dateofbirth', 'address', 'action' ],
-    json_template => 'suggestion/tables/suggestion_search.tt',
+    json_template => 'suggestion/tables/suggestor_search.tt',
     selection_type => 'select',
     alphabet        => ( C4::Context->preference('alphabet') || join ' ', 'A' .. 'Z' ),
     categories      => $patron_categories,