https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21301

--- Comment #19 from Arthur Suzuki <[email protected]> ---
(In reply to Fridolin SOMERS from comment #14)
> (In reply to Jonathan Druart from comment #13)
> > Did not we display old issues prior to this patch?
> 
> Yes indeed, C4::Circulation::GetBiblioIssues() makes issues UNION old_issues.
> 
> This is not the purpose of this patch, but isn't it a performance killer ?

In my opinion it's useful to get current issues but if we want previous
checkout there are Rest API routes to query patrons checkouts.

I'd say, we don't need nor want GetRecords to show previous issues.
Also, removing the borrowernumber is still very useful, any script, having the
borrowernumber could easily grab borrower information from GetPatron.

-- 
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/

Reply via email to