Bug 7298: add option to export late orders as CSV
[koha.git] / patroncards / members-search.pl
index 6c27095..ef7a776 100755 (executable)
@@ -122,6 +122,8 @@ else {
     $template->param( batch_id => $batch_id);
 }
 
+$template->param( 'alphabet' => C4::Context->preference('alphabet') || join ' ', 'A' .. 'Z' );
+
 output_html_with_http_headers $cgi, $cookie, $template->output;
 
 __END__