http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6801
--- Comment #5 from Ian Walls <[email protected]> 2011-09-22 15:03:37 UTC --- Created attachment 5541 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5541 Second Proposed Patch This patch extends the work done by the first: Adds borrower firstname, surname and cardnumber to GetPendingIssues() return value. Removes calls to GetMemberDetails in build_issue_data subroutines of members/moremember.pl and circ/circulation.pl Change templates to use "[% scope.firstname %] [% scope.surname %]" instead of [% scope.borrowername %] Changes borrowernumber source in build_issue_data()'s checks for GetIssuingCharges() and CanBookBeRenewed(). Instead of using the borrowernumber for the page, use the borrowernumber for that specific issue. In current usage, this will be no different, but in theory for any Relatives Checkouts making use of this data, the issuing charges and renewal permission could be incorrect. -- 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/
