Bugzilla – Attachment 96588 Details for
Bug 7047
Renewing serials note not visible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7047: (QA follow-up) Add missing filters
Bug-7047-QA-follow-up-Add-missing-filters.patch (text/plain), 1.17 KB, created by
Katrin Fischer
on 2019-12-22 21:55:00 UTC
(
hide
)
Description:
Bug 7047: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-12-22 21:55:00 UTC
Size:
1.17 KB
patch
obsolete
>From e076f7babe74a59dd0d692e20dfdfa4b682d25e4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 16 Dec 2019 11:22:58 +0000 >Subject: [PATCH] Bug 7047: (QA follow-up) Add missing filters > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt >index cfba7c32a6..603a0cd5c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt >@@ -48,7 +48,7 @@ > [% END %] > [% IF CAN_user_serials_superserials %] > [% FOREACH library IN libraries %] >- <option value="[% library.branchcode %]"> [% library.branchname %] </option> >+ <option value="[% library.branchcode | html %]"> [% library.branchname | html %] </option> > [% END %] > [% END %] > </select> (select a library) >-- >2.11.0
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 7047
:
69474
|
71168
|
72639
|
96309
|
96310
|
96311
|
96317
|
96318
|
96319
|
96320
|
96321
|
96585
|
96586
|
96587
| 96588 |
96589