Merge branch 'bug_2832' into 3.12-master

This commit is contained in:
Jared Camins-Esakov 2012-11-28 08:17:58 -05:00
commit bc9cb5b478

View file

@ -80,6 +80,6 @@ $template->param(
"AddPatronLists_".C4::Context->preference("AddPatronLists")=> "1",
no_add => $no_add,
);
$template->param( 'alphabet' => C4::Context->preference('alphabet') );
$template->param( 'alphabet' => C4::Context->preference('alphabet') || join ' ', 'A' .. 'Z' );
output_html_with_http_headers $query, $cookie, $template->output;