http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12507
Bug ID: 12507
Summary: Don't show News in Staff and opac in 3.16.0 / 3.16.1
Change sponsored?: ---
Product: Koha
Version: 3.14
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P5 - low
Component: Staff Client
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
In these versions news HOMEPAGE staff and OPAC disappear.
I have the error un the NewsChannels.pm file.
/usr/share/koha/lib/C4/NewsChannels.pm
the error is solved by simply changing the quotes in the line 200:
OLD:
AND `timestamp` < CURRENT_DATE()+1
NEW:
AND 'timestamp' < CURRENT_DATE()+1
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/