X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=patroncards%2Fprint.pl;h=fcd1dc153bb0d86c2eb1c086c346e67ca4abb52f;hb=130e3d9c108fb35955ab9a9944e16946537aafe9;hp=feeb65eef1144739977531d7938ec8fc67adabd5;hpb=482c96c4651d5b6eb86332637363707423c6c110;p=koha.git diff --git a/patroncards/print.pl b/patroncards/print.pl index feeb65eef1..fcd1dc153b 100755 --- a/patroncards/print.pl +++ b/patroncards/print.pl @@ -25,8 +25,8 @@ use autouse 'Data::Dumper' => qw(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::Patroncards 1.000000; +use C4::Creators; +use C4::Patroncards; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user(