http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14388 --- Comment #8 from Joonas Kylmälä <j.kylmala@gmail.com> --- (In reply to Joonas Kylmälä from comment #7)
(In reply to M. Tompsett from comment #6)
I wrote:
I was not able to duplicate issue with Debian Jessie on Master. Though, this patch clearly forces sorting.
(In reply to Jonathan Druart from comment #5)
They are currently sorted by budget_id.
My screen says otherwise. I'm wondering if this is a hashes are stored in a random order issue, because it ordered 2,1,3 on my screen without the patch.
Mine too. But this happened only when I had first applied the patch and then retracted it. Before I applied the patch they were ordered by the budget_id.
It happened because in acqui-home.tt there is a javascript line which states: 'aaSortingFixed': [[ 1, 'asc' ]], So the table shown to the user is sorted with that. I'm just wondering why it started to only work after I applied the patch... -- You are receiving this mail because: You are watching all bug changes.