X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fhistsearch.pl;h=971fc18fa8a1c09bda5ff8dd947c1dad6e57b3e4;hb=87ab820a20e1ef935d4d29c6fed313e9723fcb64;hp=e89bcae394f4314835516cf32e1c4f98e7500954;hpb=374b6f4b9f33a776d04cdaa696b40e8e033dda32;p=koha_fer diff --git a/acqui/histsearch.pl b/acqui/histsearch.pl index e89bcae394..971fc18fa8 100755 --- a/acqui/histsearch.pl +++ b/acqui/histsearch.pl @@ -83,7 +83,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { acquisition => 'group_manage', acquisition => 'order_manage', acquisition => 'order_receive' }, + flagsrequired => { acquisition => '*' }, debug => 1, } ); @@ -132,8 +132,6 @@ $template->param( basketgroupname => $basketgroupname, from_placed_on => $from_date, to_placed_on => $to_date, - DHTMLcalendar_dateformat=> C4::Dates->DHTMLcalendar(), - dateformat => C4::Dates->new()->format(), debug => $debug || $input->param('debug') || 0, uc(C4::Context->preference("marcflavour")) => 1 );