@@ -, +, @@ format. --- Koha/pdfformat/layout3pagesfr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/pdfformat/layout3pagesfr.pm +++ a/Koha/pdfformat/layout3pagesfr.pm @@ -20,7 +20,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; + use vars qw(@ISA @EXPORT); use MIME::Base64; use List::MoreUtils qw/uniq/; --