Bugzilla – Attachment 66063 Details for
Bug 19086
Multiple cross-site scripting vulnerabilities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19086 - Follow-up - subscription-detail.pl
Bug-19086---Follow-up---subscription-detailpl.patch (text/plain), 1.51 KB, created by
Katrin Fischer
on 2017-08-16 11:08:40 UTC
(
hide
)
Description:
Bug 19086 - Follow-up - subscription-detail.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2017-08-16 11:08:40 UTC
Size:
1.51 KB
patch
obsolete
>From 13f395caf6a059b6d98bd99924b922cd7f508289 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 16 Aug 2017 13:07:18 +0200 >Subject: [PATCH] Bug 19086 - Follow-up - subscription-detail.pl > >Add script to the callnumber field on adding a subscription. > >Verify script is executed without this patch, but not with it. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index a943120..670a9c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -117,7 +117,7 @@ $(document).ready(function() { > <div class="rows"> > <ol> > [% IF ( location ) %]<li><span class="label">Location:</span> [% location %]</li>[% END %] >- [% IF ( callnumber ) %]<li><span class="label">Call number:</span> [% callnumber %]</li>[% END %] >+ [% IF ( callnumber ) %]<li><span class="label">Call number:</span> [% callnumber |html %]</li>[% END %] > [% IF ( staffdisplaycount ) %]<li><span class="label">Number of issues to display to staff:</span>[% staffdisplaycount %]</li>[% END %] > [% IF ( opacdisplaycount ) %]<li><span class="label">Number of issues to display in OPAC:</span>[% opacdisplaycount %]</li>[% END %] > [% IF ( letter ) %] >-- >2.7.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 19086
:
65927
|
65929
|
65958
|
65960
|
65965
|
65966
|
65967
|
65968
|
65969
|
65970
|
65972
|
65984
|
65985
|
65986
|
65987
|
66058
|
66059
|
66060
|
66061
|
66062
|
66063
|
66433
|
66434
|
66435
|
66436
|
66437
|
66438