X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=reports%2Freservereport.pl;h=67f384cc12efd99db3aa288cc979cb9aafb3bc03;hb=c625ff9872116fe09b691f9f4d1a1db3cb6ddd9b;hp=1193756f1ce4d71fdc0203e6533636b94909f432;hpb=8ad2c7d7acc3cb0033426bd78928214a22ad9dd1;p=koha.git diff --git a/reports/reservereport.pl b/reports/reservereport.pl index 1193756f1c..67f384cc12 100755 --- a/reports/reservereport.pl +++ b/reports/reservereport.pl @@ -16,14 +16,15 @@ # 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., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# 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. # script now takes a branchcode arg # eg: http://koha.rangitikei.katipo.co.nz/cgi-bin/koha/reports/reservereport.pl?branch=BL use strict; +#use warnings; FIXME - Bug 2505 use C4::Stats; use C4::Dates qw/format_date/; use CGI;