Bugzilla – Attachment 96320 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.12 KB, created by
Nick Clemens (kidclamp)
on 2019-12-16 11:47:21 UTC
(
hide
)
Description:
Bug 7047: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-12-16 11:47:21 UTC
Size:
1.12 KB
patch
obsolete
>From dbeb073a34c89a0fd1e86e9f292942e37866d8dd 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> >--- > 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