[Koha-bugs] [Bug 8329] GetLostItems in C4::Items.pm has a SELECT *

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 29 15:36:56 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8329

--- Comment #7 from Paul Poulain <paul.poulain at biblibre.com> ---
additionnal QA comment:
15:34 ~/koha.dev/koha-community (new/bug_8329 $%)$ grep -R GetLostItems *
C4/Items.pm:        GetLostItems
C4/Items.pm:=head2 GetLostItems
C4/Items.pm:  $items = GetLostItems( $where, $orderby );
C4/Items.pm:  my $items = GetLostItems( $where, "homebranch" );
C4/Items.pm:sub GetLostItems {
reports/itemslost.pl:    my $items = GetLostItems( \%where, $orderbyfilter ); 
t/db_dependent/lib/KohaTest/Items.pm:      GetLostItems

=> this sub is used only in reports/itemslost.pl, nothing more to test

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list