http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7060
Nicole C. Engard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5969|0 |1 is obsolete| | --- Comment #2 from Nicole C. Engard <[email protected]> 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 <[email protected]> -- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
