Bugzilla – Attachment 79606 Details for
Bug 20450
Add collection to list of items when placing hold on specific copy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20450: (follow-up) Add missing template filters
Bug-20450-follow-up-Add-missing-template-filters.patch (text/plain), 2.51 KB, created by
Owen Leonard
on 2018-09-28 18:39:42 UTC
(
hide
)
Description:
Bug 20450: (follow-up) Add missing template filters
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-09-28 18:39:42 UTC
Size:
2.51 KB
patch
obsolete
>From 56b0a95e6c9074e22d1b9c7e42204aff864b2201 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 27 Sep 2018 15:36:28 +0000 >Subject: [PATCH] Bug 20450: (follow-up) Add missing template filters > >This patch adds two missing template filters as pointed out by the >template test. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- > 2 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 28a14d5..0410ecb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -365,7 +365,7 @@ > </td> > [% IF itemdata_ccode %] > <td> >- [% IF ( itemloo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemloo.ccode ) %][% END %] >+ [% IF ( itemloo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemloo.ccode ) | html %][% END %] > </td> > [% END %] > <td> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index 5124694..b57e3b4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -378,7 +378,7 @@ > <td class="holdingbranch">[% Branches.GetName( itemLoo.holdingBranchName ) | html %]</td> > [% END %] > [% IF ( itemdata_ccode ) %] >- <td class="ccode"> [% IF ( itemLoo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemLoo.ccode ) %][% END %]</td> >+ <td class="ccode"> [% IF ( itemLoo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemLoo.ccode ) | html %][% END %]</td> > [% END %] > <td class="call_no">[% itemLoo.callNumber | html %]</td> > [% IF ( itemdata_enumchron ) %] >-- >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 20450
:
77637
|
77638
|
78888
|
78923
|
78924
|
79532
|
79533
|
79604
|
79605
|
79606
|
79658
|
80516
|
80517
|
80518