X-Git-Url: http://git.rot13.org/?p=koha.git;a=blobdiff_plain;f=patroncards%2Fedit-batch.pl;h=184c7bc49d8be1abd2a005e6ad98d978e7b5b8ae;hp=3db898caf45559e6dbbc381ba3baa50b13f60436;hb=84d5b28f12c038309e8d3891653ea6fd291b666e;hpb=63bb60702fbdc9b273d130d3a3a486b3942ed313 diff --git a/patroncards/edit-batch.pl b/patroncards/edit-batch.pl index 3db898caf4..184c7bc49d 100755 --- a/patroncards/edit-batch.pl +++ b/patroncards/edit-batch.pl @@ -28,8 +28,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::Branch qw(get_branch_code_from_name); -use C4::Creators::Lib 1.000000 qw(get_card_summary html_table); -use C4::Patroncards::Batch 1.000000; +use C4::Creators 1.000000; +use C4::Patroncards 1.000000; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user(