Bugzilla – Attachment 47333 Details for
Bug 15657
follow-up for bug 15501 : add a missing semi-colon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15657 (follow-up bug 15501): add missing semi-colon
Bug-15657-follow-up-bug-15501-add-missing-semi-col.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2016-01-27 11:23:07 UTC
(
hide
)
Description:
Bug 15657 (follow-up bug 15501): add missing semi-colon
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-27 11:23:07 UTC
Size:
1.13 KB
patch
obsolete
>From 32854b90dc36946c974d7c3be305ec880874bcdb Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Mon, 25 Jan 2016 16:52:37 +0100 >Subject: [PATCH] Bug 15657 (follow-up bug 15501): add missing semi-colon > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >The semicolon it's added > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >index 39c809c..99cf15d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >@@ -17,7 +17,7 @@ var globalnumpatterndata; > var globalfreqdata; > var advancedpatternlocked; > var patternneedtobetested = 0; >-[% IF ( irregularity ) %]patternneedtobetested=1[% END %] >+[% IF ( irregularity ) %]patternneedtobetested = 1;[% END %] > > function check_issues(){ > if (globalfreqdata.unit.length >0) { >-- >2.1.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 15657
:
47269
|
47277
| 47333