X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=patroncards%2Fedit-layout.pl;fp=patroncards%2Fedit-layout.pl;h=0c4dfe47bbbb43e6cdb89fb38f3091584cfd35e5;hb=130e3d9c108fb35955ab9a9944e16946537aafe9;hp=0e4a70274eb87b1b59801aec2b3b733b3c4f4b5a;hpb=482c96c4651d5b6eb86332637363707423c6c110;p=koha.git diff --git a/patroncards/edit-layout.pl b/patroncards/edit-layout.pl index 0e4a70274e..0c4dfe47bb 100755 --- a/patroncards/edit-layout.pl +++ b/patroncards/edit-layout.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::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(