[Koha-bugs] [Bug 30064] Dates in issues table on subscriptions tab in OPAC are not sorting correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 1 15:49:49 CEST 2023


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

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(In reply to Janet McGowan from comment #0)
> 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.


More information about the Koha-bugs mailing list