Bugzilla – Attachment 47269 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 a missing semi-colon
0001-Bug-15657-follow-up-bug-15501-add-missing-semi-colon.patch (text/plain), 1011 bytes, created by
Koha Team University Lyon 3
on 2016-01-25 16:24:54 UTC
(
hide
)
Description:
Bug 15657 (follow-up bug 15501) : add a missing semi-colon
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2016-01-25 16:24:54 UTC
Size:
1011 bytes
patch
obsolete
>From f57833d968da3dd8a6359030c79691241806f0f1 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 > >--- > 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 136aa57..7eec010 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) { >-- >1.7.10.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 15657
:
47269
|
47277
|
47333