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

--- Comment #1 from Jonathan Druart <[email protected]> ---
Can you provide a commit id where it was working?

I don't find anything in the git log that could cause a regression.

I guess the following changes would fix the problem:

diff --git
a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt
index 67c39806aae..1e2f62b4746 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt
@@ -361,7 +361,7 @@
             }
             $(".subscription-year-table").kohaTable({
                 columnDefs: [{ targets: [0, -1], orderable: false, searchable:
false }],
-                order: [[0, "desc"]],
+                order: [[3, "desc"]],
                 dom: "t",
                 autoWidth: false,
                 paginate: false,

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to