Bugzilla – Attachment 5775 Details for
Bug 6670
Link patron name on returns screen to circulation page instead of patron detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for Bug 6670, Link patron name on returns screen to circulation page instead of patron detail page
Fix-for-Bug-6670-Link-patron-name-on-returns-scree.patch (text/plain), 1.43 KB, created by
Paul Poulain
on 2011-10-07 15:03:40 UTC
(
hide
)
Description:
Fix for Bug 6670, Link patron name on returns screen to circulation page instead of patron detail page
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-10-07 15:03:40 UTC
Size:
1.43 KB
patch
obsolete
>From c51dea7daa078e861306bf1ba9079739ef505c42 Mon Sep 17 00:00:00 2001 >From: Henri-Damien LAURENT <henridamien.laurent@biblibre.com> >Date: Fri, 26 Feb 2010 16:06:35 +0100 >Subject: [PATCH] Fix for Bug 6670, Link patron name on returns screen to circulation page instead of patron detail page > >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: Paul Poulain <paul.poulain@biblibre.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 2a9b47e..7961f1a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -430,7 +430,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.4.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6670
:
4845
|
5775