]> git.koha-community.org Git - koha.git/blob - C4/Labels.pm
Bug 11634 - Allow renewal of item with unfilled holds if other available items can...
[koha.git] / C4 / Labels.pm
1 package C4::Labels;
2
3 BEGIN {
4     use version; our $VERSION = qv('3.07.00.049');
5
6     use C4::Labels::Batch;
7     use C4::Labels::Label;
8     use C4::Labels::Layout;
9     use C4::Labels::Profile;
10     use C4::Labels::Template;
11 }
12
13 1;