[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 6670, Link patron name on returns screen to circulation page instead of patron detail page

Nicole C. Engard nengard at bywatersolutions.com
Thu Aug 4 09:00:20 CEST 2011


From: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

Edit by Owen Leonard: This minor change is being pulled from the batch of changes in Bug 5436 since
it is unrelated to patron attributes.

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
index 8b68cb9..4a1ede0 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
@@ -416,7 +416,7 @@ function Dopop(link) {
             <td>[% riloo.itemcallnumber %]</td>
             <td>[% riloo.itemtype %] [% riloo.ccode %]</td>
 			<td>[% IF ( riloo.duedate ) %]
-                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.borrowernumber %]">
+                <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% riloo.borrowernumber %]">
                     [% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %])
                 </a>
             [% ELSE %]Not checked out[% END %]</td>
-- 
1.7.2.3



More information about the Koha-patches mailing list