X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=offline_circ%2Fprocess.pl;h=caf24be625f6527d6308556a1e0cfaaa74ecd9cb;hb=c6367282dab65b788951d9bf10075503e8d12901;hp=86b5fdaa3b72606f262fd90ced9d673f877cbb90;hpb=1ee7f449be2ba45c2458d2ac571172ecf58752b2;p=koha.git diff --git a/offline_circ/process.pl b/offline_circ/process.pl index 86b5fdaa3b..caf24be625 100755 --- a/offline_circ/process.pl +++ b/offline_circ/process.pl @@ -4,31 +4,31 @@ # This file is part of Koha. # -# Koha is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# Koha is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along -# with Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . # use strict; use warnings; -use CGI; +use CGI qw ( -utf8 ); use C4::Auth; use C4::Circulation; my $query = CGI->new; my ($template, $loggedinuser, $cookie) = get_template_and_user({ - template_name => "offline_circ/list.tmpl", + template_name => "offline_circ/list.tt", query => $query, type => "intranet", authnotrequired => 0,