Bugzilla – Attachment 63208 Details for
Bug 17762
Ability to translate notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17762: Fix test for NewsChannels.t
Bug-17762-Fix-test-for-NewsChannelst.patch (text/plain), 907 bytes, created by
Nick Clemens (kidclamp)
on 2017-05-05 20:22:11 UTC
(
hide
)
Description:
Bug 17762: Fix test for NewsChannels.t
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-05-05 20:22:11 UTC
Size:
907 bytes
patch
obsolete
>From 3a163623136f7a57fca86f1907f71bc6e9bff3c3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 23 Mar 2017 21:28:56 -0300 >Subject: [PATCH] Bug 17762: Fix test for NewsChannels.t > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > C4/NewsChannels.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/NewsChannels.pm b/C4/NewsChannels.pm >index 8e261db..40e70da 100644 >--- a/C4/NewsChannels.pm >+++ b/C4/NewsChannels.pm >@@ -205,7 +205,7 @@ sub GetNewsToDisplay { > OR expirationdate = '00-00-0000' > ) > AND DATE(timestamp) < DATE_ADD(CURDATE(), INTERVAL 1 DAY) >- AND (lang = '' OR lang = ?) >+ AND (opac_news.lang = '' OR opac_news.lang = ?) > AND (opac_news.branchcode IS NULL OR opac_news.branchcode = ?) > ORDER BY number > }; # expirationdate field is NOT in ISO format? >-- >2.1.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 17762
:
58133
|
58134
|
58135
|
58136
|
58137
|
58138
|
58139
|
58140
|
58141
|
58525
|
59452
|
59453
|
59454
|
59455
|
59456
|
59457
|
59458
|
59459
|
59460
|
59461
|
61614
|
61615
|
61616
|
61617
|
61618
|
61619
|
61620
|
61621
|
61622
|
61623
|
61624
|
63199
|
63200
|
63201
|
63202
|
63203
|
63204
|
63205
|
63206
|
63207
| 63208 |
63209
|
63210
|
63211