Bugzilla – Attachment 5105 Details for
Bug 6766
Template variable scope errors in holds template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6766-Template-variable-scope-errors-in-h.patch (text/plain), 1.72 KB, created by
Owen Leonard
on 2011-08-23 16:20:05 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-08-23 16:20:05 UTC
Size:
1.72 KB
patch
obsolete
>From 73d889607c95dc41ce68b4c7851bc3d272c43e98 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 23 Aug 2011 12:18:44 -0400 >Subject: [PATCH] Fix for Bug 6766 - Template variable scope errors in holds template >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/reserve/request.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index cbcfc55..13ea5c4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -516,7 +516,7 @@ function checkMultiHold() { > [% END %] > > [% IF ( biblioloo.alreadyres ) %] >- <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% biblioloo.borrowernumber %]">[% biblioloo.borrowerfirstname %] [% biblioloo.borrowersurname %]</a> <strong>already has a hold</strong> on this item </li> >+ <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li> > [% END %] > [% IF ( biblioloo.none_avail ) %] > <li> <strong>No copies are available</strong> to be placed on hold</li> >@@ -567,7 +567,7 @@ function checkMultiHold() { > > [% IF ( biblioloo.reserveloop ) %] > <table> >- [% IF ( biblioloo.multi_hold ) %] >+ [% IF ( multi_hold ) %] > <caption><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title |html %]</a></caption> > [% END %] > <tr> >-- >1.7.3 >
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 6766
:
5103
|
5104
| 5105 |
5106
|
5107