Bugzilla – Attachment 54307 Details for
Bug 13134
Add patron category to returns confirmation dialogs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 13134: Fix template file to make category appear
SIGNED-OFF-Bug-13134-Fix-template-file-to-make-cat.patch (text/plain), 2.11 KB, created by
Owen Leonard
on 2016-08-11 12:33:53 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13134: Fix template file to make category appear
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-08-11 12:33:53 UTC
Size:
2.11 KB
patch
obsolete
>From e7666eb70e75a08ed5c2160aa0629989a2bbe823 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 10 Aug 2016 22:16:10 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 13134: Fix template file to make category > appear >Content-Type: text/plain; charset="utf-8" > >This is a followup to rescue the bug. > >To test: Follow test plan from comment #1 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 b9061ac..a2586f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -252,7 +252,7 @@ $(document).ready(function () { > [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] > <h4>Hold for:</h4> > <ul> >- <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span> </li> >+ <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% borcategory %]</span> </li> > <li>[% borstnum %] [% boraddress %]<br /> > [% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] > [% borcity %] [% borzip %]</li> >@@ -413,7 +413,7 @@ $(document).ready(function () { > <ul> > <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> > [% borsurname %], [% borfirstname %] >- </a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span></li> >+ </a> ([% borcnum %]) <span class="patron-category"> - [% borcategory %]</span></li> > <li>[% borstnum %] [% boraddress %]<br /> > [% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] > [% borcity %] [% borzip %]</li> >-- >2.1.4
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 13134
:
32617
|
32618
|
32642
|
54282
|
54306
|
54307
|
54358
|
54359