X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=patroncards%2Fcard-print.pl;h=1ca0c91332ddb2b7c233216311ded08abaa56570;hb=44c3657cfc7768c4c1597c04a4daef3a53b427c6;hp=e4bcb8ed57ee2bdf0fbed825c3940d781e5da92a;hpb=c165df96c0ace7064a01150dfdfffbcd10b64f5e;p=koha.git diff --git a/patroncards/card-print.pl b/patroncards/card-print.pl index e4bcb8ed57..1ca0c91332 100755 --- a/patroncards/card-print.pl +++ b/patroncards/card-print.pl @@ -25,8 +25,8 @@ use Data::Dumper; use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); -use C4::Creators 1.000000; -use C4::Labels 1.000000; +use C4::Creators; +use C4::Labels; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user(