Bug 25250: (bug 24982 follow-up) Don't disable checkboxes if modification log
[koha.git] / C4 / Labels.pm
blob428be025363a20d3a0337e12eb6dbf68dc67e527
1 package C4::Labels;
3 BEGIN {
5 use C4::Labels::Batch;
6 use C4::Labels::Label;
7 use C4::Labels::Layout;
8 use C4::Labels::Profile;
9 use C4::Labels::Template;