[Koha-bugs] [Bug 15463] New: view_holdsqueue.tt uses a search for cardnumber instead of borrowernumber direct link

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 4 23:26:13 CET 2016


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

            Bug ID: 15463
           Summary: view_holdsqueue.tt uses a search for cardnumber
                    instead of borrowernumber direct link
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

This line:
<td class="hq-patron"><p><a
href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% itemsloo.cardnumber
%]#reserves">

Should be:
<td class="hq-patron"><p><a
href="cgi-bin/koha/members/moremember.pl?borrowernumber=[%
itemsloo.borrowernumber %]#reserves">

or something similar

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list