[Koha-bugs] [Bug 7059] All usage of GetMemberDetails on reserve/request.pl is unnecessary

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 19 21:45:51 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7059

Nicole C. Engard <nengard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5968|0                           |1
        is obsolete|                            |

--- Comment #2 from Nicole C. Engard <nengard at gmail.com> 2011-10-19 19:45:51 UTC ---
Created attachment 5995
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5995
[SIGNED-OFF] Bug 7059: Remove GetMemberDetails from reserve/request.pl

Replaces all four usages of GetMemberDetails with GetMember, since none of the
hashref fields used were anything other than those in borrower table, which
GetMember
returns.

To Test:
1.  Apply patch
2.  Go to reserve/request.pl; the page should load without error
3.  Search for a cardnumber: the page should load without error

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list