Bugzilla – Attachment 54282 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]
Bug 13134: Fix template file to make category appear
Bug-13134-Fix-template-file-to-make-category-appea.patch (text/plain), 2.01 KB, created by
Marc Véron
on 2016-08-10 20:20:04 UTC
(
hide
)
Description:
Bug 13134: Fix template file to make category appear
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-08-10 20:20:04 UTC
Size:
2.01 KB
patch
obsolete
>From 889cba0f13d555e85ec1f198271a43e2decdb16a 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] Bug 13134: Fix template file to make category appear > >This is a followup to rescue the bug. > >To test: Follow test plan from comment #1 >--- > 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