@@ -, +, @@ use Koha::Items --- Koha/REST/V1/Biblios.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/REST/V1/Biblios.pm +++ a/Koha/REST/V1/Biblios.pm @@ -30,7 +30,6 @@ use C4::Barcodes::ValueBuilder; use C4::Context; use Koha::Items; -use Koha::Item; use List::MoreUtils qw( any ); use MARC::Record::MiJ; --