https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128
--- Comment #13 from Phil Ringnalda <[email protected]> --- (In reply to Katrin Fischer from comment #12) > Thinking more about it... what does the alternative sorting do exactly? > It seems to counteract OPACHoldingsDefaultSortField? More the other way around: this sorting affects how the data is ordered when the script passes it to the template, and then the template told the datatable to sort the data by OPACHoldingsDefaultSortField, which should have then resulted in a sort like 'by homebranch by publisheddate by enumchron.' But, funny story: to verify that, I'm pretty sure you would need to check in either 16.11 or 17.05, since the code that actually did something with the template var default_order_index which is set based on the setting of OPACHoldingsDefaultSortField disappeared by 17.11, and thus it hasn't done anything at all since then. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
