https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28705
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Nick Clemens <[email protected]> --- Can the two initial searches be combined into one? I see that they have different purposes, however, I think a single search ordered by itemnumber, then a check whether the first result has an itemnumber would be preferred to 2 DB hits - in the case where a borrower has many items checked out it makes a difference. For the lookup of items, shouldn't the current item be excluded from the list? i.e. if the one item that can fill the request is the one we are trying to renew, we should fail -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
