Bug 7298: (follow-up) fix uninitialized variable warning
[koha.git] / labels / label-edit-batch.pl
index d534b87..aea4742 100755 (executable)
@@ -26,7 +26,6 @@ use CGI;
 
 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::Items qw(GetItemnumberFromBarcode);
 use C4::Creators;
 use C4::Labels;