Bug 21637: Fixed upercase letter in EasyAnalyticalRecords syspref
[koha.git] / C4 / Patroncards.pm
blob348a7836746ac3f18c9de914979e099a9ab6a63b
1 package C4::Patroncards;
3 BEGIN {
4 use vars qw(@EXPORT @ISA);
5 @ISA = qw(Exporter);
6 our @EXPORT = qw(unpack_UTF8
7 text_alignment
8 leading
9 box
10 get_borrower_attributes
11 put_image
12 get_image
13 rm_image
15 use C4::Patroncards::Batch;
16 use C4::Patroncards::Layout;
17 use C4::Patroncards::Lib;
18 use C4::Patroncards::Patroncard;
19 use C4::Patroncards::Profile;
20 use C4::Patroncards::Template;