Bugzilla – Attachment 50572 Details for
Bug 13877
seasonal predictions showing wrong in test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13877 - Fix QA issues
Bug-13877---Fix-QA-issues.patch (text/plain), 1.64 KB, created by
Alex Arnaud
on 2016-04-22 09:06:34 UTC
(
hide
)
Description:
Bug 13877 - Fix QA issues
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2016-04-22 09:06:34 UTC
Size:
1.64 KB
patch
obsolete
>From 8c54f34d535d859ea5fe9cdb7e360b8126f168f2 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Fri, 22 Apr 2016 11:03:50 +0200 >Subject: [PATCH] Bug 13877 - Fix QA issues > >--- > .../intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index affb3b2..b6b4011 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -272,11 +272,11 @@ $(document).ready(function() { > <td> > [% IF ( matches = serial.serialseq.match('(.*)Spring(.*)') ) %] > [% matches.0 %]Spring[% matches.1 %] >- [% IF ( matches = serial.serialseq.match('(.*)Summer(.*)') ) %] >+ [% ELSIF ( matches = serial.serialseq.match('(.*)Summer(.*)') ) %] > [% matches.0 %]Summer[% matches.1 %] >- [% IF ( matches = serial.serialseq.match('(.*)Fall(.*)') ) %] >+ [% ELSIF ( matches = serial.serialseq.match('(.*)Fall(.*)') ) %] > [% matches.0 %]Fall[% matches.1 %] >- [% IF ( matches = serial.serialseq.match('(.*)Winter(.*)') ) %] >+ [% ELSIF ( matches = serial.serialseq.match('(.*)Winter(.*)') ) %] > [% matches.0 %]Winter[% matches.1 %] > [% ELSE %] > [% serial.serialseq %] >-- >2.7.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 13877
:
37019
|
37020
|
39228
|
45537
|
49178
|
50373
|
50572
|
50845
|
50895
|
50896