https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15812
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Passed QA --- Comment #36 from Nick Clemens <[email protected]> --- (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. _______________________________________________ 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/
