https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28171 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13420 --- Comment #23 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Joonas Kylmälä from comment #11)
Attached solution that should restore exactly the previous behaviour. Let me know what you think.
Regarding bug 13420 it seems that we need to restore the previous behaviour, and not pick Owen's patch (what I was thinking first). commit 0ecf7694eac802f29ea4786502b7bffaaad3a6bf Bug 13420: Fallback to the previous behavior if published date is not used [% IF volinfo %] [% IF itemdate_publisheddate #If there is at least one published date, use it for sorting%] <th class="title-string">Serial enumeration / chronology</th> [% ELSE %] <th>Serial enumeration / chronology</th> [% END %] [% END %] Maybe we should restore this comment. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13420 [Bug 13420] Holdings table sorting on volume information incorrect -- You are receiving this mail because: You are watching all bug changes.