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: koha-bugs@lists.koha-community.org Reporter: felipe.gomez3@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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.