[Koha-bugs] [Bug 28997] New: Subscription table sorting in the opac

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 10 15:53:39 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28997

            Bug ID: 28997
           Summary: Subscription table sorting in the opac
 Change sponsored?: ---
           Product: Koha
           Version: 20.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: janet.mcgowan at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Similar to the issues reported in Bug 27934, the subscription table is not
sorting correctly.
In opac-detail.tt

<td class="publisheddate"><span title="[% latestserial.publisheddate | html
%]">[% latestserial.publisheddate | $KohaDates %]</span></td>
 <td class="planneddate"><span title="[% latestserial.planneddate | html %]">[%
latestserial.planneddate | $KohaDates %]</span></td>

If these lines are changed to use data-order instead as per:
<td data-order="[% reserveloo.waitingdate | html %]">[% reserveloo.waitingdate
| $KohaDates %]</td>
<td data-order="[% reserveloo.reservedate | html %]">[% reserveloo.reservedate
| $KohaDates %]</td>

they sort correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list