https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38080
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the| |This fixes the default sort release notes| |order for the OPAC holdings | |table, so that the selected | |table setting sorting | |default value is used. | |Previously, it was not | |correctly using this | |setting (for example, | |setting the shelving | |location as the default | |sort order did not work). --- Comment #7 from David Nind <[email protected]> --- I hope I have tested this correctly. Testing notes (using KTD on main, bug 30633 is already included in main) 1. Replicate the issue: 1.1 Find a record with multiple items. I used record 255 - Perl template toolkit, with four items. 1.2 Change the shelving locations for each item, so that each item is different. I edited items so that the shelving locations were General stacks, New materials shelf, Fiction, Children's area. 1.3 For the OPAC holdings table setting (Administration > Other > Table settings > OPAC > biblio-detail > holdingst), set the default sort order to shelving location (item_shelving_location). 1.4 Set OpacLocationOnDetail = on a separate column. 1.5 Open the record details page in the OPAC. 1.6. Note the collection code column is used to sort the holdings table (the Collection column has the ascending arrow in dark green highlighted). 1.7 Note that the shelving location was not used as the default sorting order. 2. Apply the patch. 3. Reset everything (reset_all). 4. Repeat steps 1.1 to 1.5. 5. Note that now the shelving location is used to sort the items (the shelving location column has the ascending arrow in dark green highlighted), and these are in ascending alphabetical order. -- You are receiving this mail because: 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/
