@@ -, +, @@ --- tools/inventory.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/inventory.pl +++ a/tools/inventory.pl @@ -116,7 +116,7 @@ for my $authvfield (@$statuses) { } } -my @class_sources = Koha::ClassSources->search(); +my @class_sources = Koha::ClassSources->search({ used => 1 }); my $pref_class = C4::Context->preference("DefaultClassificationSource"); --