https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39027 --- Comment #16 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Created attachment 196498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196498&action=edit Bug 39027: Order news on opac-main.pl by publication date instead of ID On the OPAC, news should rather be ordered by the publication date than by the creation date (~ id): a user want to see last published news first and not last created news, regardless of their publication date TEST PLAN: 1 - Create 3 news, have the 3 news published in an order different from their id (for example news 1 => 2020, news 2 => 2025, news 3 => 2023) 2 - Go on http://youropac/cgi-bin/koha/opac-main.pl -> news are ordered by ID APPLY PATCH 3 - Repeat 2 -> news are ordered by Date Signed-off-by: Mercury <mercury@coffee.geek.nz> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.