Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
228 B

package C4::Labels;
BEGIN {
use version; our $VERSION = qv('3.07.00.049');
use C4::Labels::Batch;
use C4::Labels::Label;
use C4::Labels::Layout;
use C4::Labels::Profile;
use C4::Labels::Template;
}
1;