Bug 14252: (followup) fix lang chooser for sublanguages
[koha.git] / C4 / Patroncards.pm
blobb41986c62eec313611bf02589dadb1deb1c3abe9
1 package C4::Patroncards;
3 BEGIN {
4 use version; our $VERSION = qv('3.07.00.049');
5 use vars qw(@EXPORT @ISA);
6 @ISA = qw(Exporter);
7 our @EXPORT = qw(unpack_UTF8
8 text_alignment
9 leading
10 box
11 get_borrower_attributes
12 put_image
13 get_image
14 rm_image
16 use C4::Patroncards::Batch;
17 use C4::Patroncards::Layout;
18 use C4::Patroncards::Lib;
19 use C4::Patroncards::Patroncard;
20 use C4::Patroncards::Profile;
21 use C4::Patroncards::Template;