View | Details | Raw Unified | Return to bug 22282
Collapse All | Expand All

(-)a/Koha/pdfformat/layout3pagesfr.pm (-4 / +1 lines)
Lines 1-5 Link Here
1
package Koha::pdfformat::layout3pagesfr;
2
3
#example script to print a basketgroup
1
#example script to print a basketgroup
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
2
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
5
3
Lines 20-26 package Koha::pdfformat::layout3pagesfr; Link Here
20
# with Koha; if not, see <http://www.gnu.org/licenses>.
18
# with Koha; if not, see <http://www.gnu.org/licenses>.
21
19
22
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
20
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
package pdfformat::layout3pagesfr;
21
package Koha::pdfformat::layout3pagesfr;
24
use vars qw(@ISA @EXPORT);
22
use vars qw(@ISA @EXPORT);
25
use MIME::Base64;
23
use MIME::Base64;
26
use List::MoreUtils qw/uniq/;
24
use List::MoreUtils qw/uniq/;
27
- 

Return to bug 22282