X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tools%2Fautomatic_item_modification_by_age.pl;h=3693f318f48afae27977147b5042b874512d08c1;hb=2b9fae544575a4386748238212c0ca62854af30e;hp=ae9bcec192bcb380b5dff9c1ae1b8f7567841ec0;hpb=96cc447045f3f1d3702a3c69b36f596d88f38eda;p=srvgit diff --git a/tools/automatic_item_modification_by_age.pl b/tools/automatic_item_modification_by_age.pl index ae9bcec192..3693f318f4 100755 --- a/tools/automatic_item_modification_by_age.pl +++ b/tools/automatic_item_modification_by_age.pl @@ -32,12 +32,11 @@ This script allows a user to update the new status for items. use Modern::Perl; use CGI; -use JSON qw( to_json from_json ); +use JSON qw( to_json ); -use C4::Auth; +use C4::Auth qw( get_template_and_user ); use C4::Context; -use C4::Items; -use C4::Output; +use C4::Output qw( output_html_with_http_headers ); use C4::Koha; use Koha::Items;