]> git.koha-community.org Git - koha.git/commit
Bug 12507 - News does not always display in staff or OPAC
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 31 Jul 2014 15:28:44 +0000 (11:28 -0400)
committerMason James <mtj@kohaaloha.com>
Wed, 8 Apr 2015 08:35:55 +0000 (20:35 +1200)
commitb20092a566a84f76cb80f6974d7900060e9647b2
treedf7b3b868bb25707590bf2ef178b0b72ca15248f
parent5cd214ecf5ed9421202db710ee2da7a0d66e86b7
Bug 12507 - News does not always display in staff or OPAC

News will not display on the last day of each month due to the
way the date is calculated in the SQL code for grabbing news.

Test Plan:
1) Create a news item that should display
2) Change your server's date to the last day of the month
3) Note you can no longer see that news item
4) Apply this patch
5) Note you can now see your news item again

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/NewsChannels.pm