[Koha-bugs] [Bug 7060] All instances of GetMemberDetails are unnecessary in C4::Circulation

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


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

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

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

--- Comment #2 from Nicole C. Engard <nengard at gmail.com> 2011-10-19 19:48:40 UTC ---
Created attachment 5996
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5996
[SIGNED-OFF] Bug 7060: GetMemberDetails unnecessary in C4::Circulation

Replaces all instances of GetMemberDetails with the more efficient GetMember. 
Since
no hash values other than the borrowers table's fields are used in this module,
the
transition is safe.

To test:

1.  Checkout a material; the page should load without error
2.  Renew a material: the page should load without error
3.  Return a material: the page should load without error

The above test plan invokes all the subroutines affected by this patch; any
call to an undefined
value in a hashref should give a warning

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