Bug 11732: Eliminate warning on undefined branchcode
[koha_fer] / acqui / pdfformat / layout3pagesfr.pm
index dc4a152..dffab35 100644 (file)
@@ -3,22 +3,21 @@
 #example script to print a basketgroup
 #written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
 
-# Copyright 2008-2009 BibLibre SARL
+# Copyright 2008-2009, 2013 BibLibre SARL
 #
 # 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
+# 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.
+# 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.
+# with Koha; if not, see <http://www.gnu.org/licenses>.
 
 #you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
 package pdfformat::layout3pagesfr;
@@ -35,10 +34,10 @@ use C4::Branch qw(GetBranchDetail GetBranchName);
 BEGIN {
          use Exporter   ();
          our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-       # set the version for version checking
+         # set the version for version checking
          $VERSION     = 1.00;
-       @ISA    = qw(Exporter);
-       @EXPORT = qw(printpdf);
+         @ISA    = qw(Exporter);
+         @EXPORT = qw(printpdf);
 }