@@ -, +, @@ --- Koha/pdfformat/layout3pagesfr.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/Koha/pdfformat/layout3pagesfr.pm +++ a/Koha/pdfformat/layout3pagesfr.pm @@ -1,5 +1,3 @@ -package Koha::pdfformat::layout3pagesfr; - #example script to print a basketgroup #written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com @@ -20,7 +18,7 @@ package Koha::pdfformat::layout3pagesfr; # with Koha; if not, see . #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; +package Koha::pdfformat::layout3pagesfr; use vars qw(@ISA @EXPORT); use MIME::Base64; use List::MoreUtils qw/uniq/; --