25 Apr
2016
25 Apr
'16
9:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14598 --- Comment #107 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (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 receiving this mail because: You are watching all bug changes. You are the assignee for the bug.