Bugzilla – Attachment 47277 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]
[SIGNED-OFF]Bug 15657 (follow-up bug 15501): add missing semi-colon
SIGNED-OFFBug-15657-follow-up-bug-15501-add-missin.patch (text/plain), 1.08 KB, created by
Héctor Eduardo Castro Avalos
on 2016-01-25 19:50:37 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15657 (follow-up bug 15501): add missing semi-colon
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-01-25 19:50:37 UTC
Size:
1.08 KB
patch
obsolete
>From 22160bc73f2ecc4f2e9ef3d302763ac97010011c 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] [SIGNED-OFF]Bug 15657 (follow-up bug 15501): add missing > semi-colon > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >The semicolon it's added >--- > 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