Bug 32594: Mark jobs as started and finished
[srvgit] / authorities / merge.pl
index d9af163..0799c26 100755 (executable)
@@ -21,7 +21,7 @@ use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Output qw( output_html_with_http_headers );
 use C4::Auth qw( get_template_and_user );
-use C4::AuthoritiesMarc qw( GetAuthority ModAuthority DelAuthority GetTagsLabels );
+use C4::AuthoritiesMarc qw( GetAuthority ModAuthority DelAuthority GetTagsLabels merge );
 use C4::Biblio qw( TransformHtmlToMarc );
 
 use Koha::Authority::MergeRequests;