http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14393
--- Comment #13 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
