https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15812 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Passed QA --- Comment #36 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #35)
Is there a good reason (apart from laziness) to redirect to member.pl from circulation.pl?
229 print $query->redirect( "/cgi-bin/koha/members/member.pl?quicksearch=1&circsearch=1&searchmember=" . $findborrower );
The idea was to avoid a redirect when a single patron was searched for using a cardnumber. If we don't need a search we can proceed with circulation directly, if we need to search, then we redirect to search -- You are receiving this mail because: You are watching all bug changes.