X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=patroncards%2Fedit-template.pl;fp=patroncards%2Fedit-template.pl;h=4893868bf3c7ce0cba4b243c374651b80a01f8c9;hb=84d5b28f12c038309e8d3891653ea6fd291b666e;hp=b6bdaf67f5e63f5d51a14ae5fbdaaba2e4bc738e;hpb=63bb60702fbdc9b273d130d3a3a486b3942ed313;p=koha.git diff --git a/patroncards/edit-template.pl b/patroncards/edit-template.pl index b6bdaf67f5..4893868bf3 100755 --- a/patroncards/edit-template.pl +++ b/patroncards/edit-template.pl @@ -26,9 +26,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::Lib 1.000000 qw(get_all_profiles get_unit_values); -use C4::Patroncards::Template 1.000000; -use C4::Patroncards::Profile 1.000000; +use C4::Creators 1.000000; +use C4::Patroncards 1.000000; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user(