https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14598
--- Comment #109 from Jonathan Druart <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #108) > (In reply to Jonathan Druart from comment #107) > > (In reply to Tomás Cohen Arazi from comment #106) > > > I'm abandoning this bug. It went too far. > > > > C'mon!!! :) > > > > Question 1 on comment 102 was > > > > > C4/Circulation.pm > > > 1868 my $biblio = $item_level_itypes ? undef : GetBiblioData( > > > $item->{ > > > biblionumber } ); # don't get bib data unless we need it > > > > > > Should not we use GetBiblioItemByBiblioNumber instead to avoid 2 left > > > joins > > > per return? > > > > If you think I am right, I can provide a patch for that. > > You are right :-D Forget that, GetBiblioItemByBiblioNumber has a weird return. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
