X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fspent.pl;h=0dcba98c65e94782b8eda9cdd61b986946109a24;hb=HEAD;hp=12260c044edd22fb6fd06ad09ae68026d1fcaf0f;hpb=e93126834cddfb5e0f33f0f8df77e67ee2a68b48;p=koha_gimpoz diff --git a/acqui/spent.pl b/acqui/spent.pl index 12260c044e..0dcba98c65 100755 --- a/acqui/spent.pl +++ b/acqui/spent.pl @@ -25,14 +25,13 @@ =head1 DESCRIPTION -this script is designed to show the spent amount in budges +this script is designed to show the spent amount in budgets =cut use C4::Context; use C4::Auth; use C4::Output; -use C4::Dates; use strict; use warnings; use CGI; @@ -48,7 +47,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { acquisition => 1 }, + flagsrequired => { acquisition => '*' }, debug => 1, } );