[Koha-bugs] [Bug 12507] New: Don't show News in Staff and opac in 3.16.0 / 3.16.1

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 1 05:53:31 CEST 2014


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


More information about the Koha-bugs mailing list