X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=patroncards%2Fedit-profile.pl;h=6189cb3f6c76ff208f93e60799ca0ecef3cec9df;hb=ef5d4f3c62957100dae0948a44bd27a2159892b4;hp=5c4eb3b5a51e5fd14c8405310792230a43742e98;hpb=c165df96c0ace7064a01150dfdfffbcd10b64f5e;p=koha_fer diff --git a/patroncards/edit-profile.pl b/patroncards/edit-profile.pl index 5c4eb3b5a5..6189cb3f6c 100755 --- a/patroncards/edit-profile.pl +++ b/patroncards/edit-profile.pl @@ -25,8 +25,8 @@ use CGI; use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); -use C4::Creators::Lib 1.000000 qw(get_all_templates get_unit_values); -use C4::Patroncards::Profile 1.000000; +use C4::Creators::Lib qw(get_all_templates get_unit_values); +use C4::Patroncards::Profile; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user(