Bugzilla – Attachment 102564 Details for
Bug 7046
subscription renewal period should be a pull down
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7046: (RM follow-up) Add Filters
Bug-7046-RM-follow-up-Add-Filters.patch (text/plain), 1.75 KB, created by
Martin Renvoize (ashimema)
on 2020-04-08 12:19:20 UTC
(
hide
)
Description:
Bug 7046: (RM follow-up) Add Filters
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-04-08 12:19:20 UTC
Size:
1.75 KB
patch
obsolete
>From 78b67d21c5f15bccdc7ae8f180d4f0a266196e9f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 8 Apr 2020 13:18:46 +0100 >Subject: [PATCH] Bug 7046: (RM follow-up) Add Filters > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/serials/subscription-renew.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 e5f121ee98..4848538539 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 >@@ -42,9 +42,9 @@ > [% SET subtype = st.0 %] > [% SET value = st.1 %] > [% IF subscription.$subtype %] >- <option value="[% value %]" selected="selected"> >+ <option value="[% value | html %]" selected="selected"> > [% ELSE %] >- <option value="[% value %]"> >+ <option value="[% value | html %]"> > [% END %] > [% SWITCH subtype %] > [% CASE 'numberlength'%]issues >@@ -54,7 +54,7 @@ > </option> > [% END %] > </select> >- <input type="text" name="sublength" id="sublength" size="3" value="[% subscription.numberlength || subscription.weeklength || subscription.monthlength %]" />(enter amount in numerals) >+ <input type="text" name="sublength" id="sublength" size="3" value="[% subscription.numberlength || subscription.weeklength || subscription.monthlength | html %]" />(enter amount in numerals) > <input type="hidden" name="issuelengthcount"> > </li> > >-- >2.20.1
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 7046
:
5938
|
5939
|
69355
|
69356
|
69408
|
81641
|
81642
|
102275
|
102276
|
102278
|
102425
|
102427
|
102428
|
102429
|
102430
|
102535
|
102536
|
102537
|
102538
| 102564