http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14393 --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 44772 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44772 Bug 14393 - Add collection code filter to inventory Review of attachment 44772: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14393&attachment=44772) ----------------------------------------------------------------- ::: tools/inventory.pl @@ +95,5 @@
} push @authorised_value_list,@$data; } + + my $collection_authorised_value = C4::Koha::GetAuthValCode("items.ccode", $fwkcode);
Does it really necessary to check all frameworks? Isn't be enough to get the default one? -- You are receiving this mail because: You are watching all bug changes.