https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38074 --- Comment #1 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 172340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172340&action=edit Bug 38074: Add HoldingsTableDefaultLength system preference This patch adds anew preference to allow determining the default number of items shown on the details page. To test: 1 - Add 100 items to a bib record 2 - View the holdings tab on the details page 3 - NOte default of 20 shown 4 - Apply patch, update database 5 - Reload the page (clear cache), no change 6 - Set new system preference HoldingsTableDefaultLength to 32 7 - Reload page, note 32 items loaded, dropdown of results per page includes 32 8 - Set pref to 50 9 - Reload page, 50 items displayed, dropdown set to 50 10 - Set pref to -1 11 - Reload page, all items displayed 12 - Set pref to 100 13 - Reload page, 100 items displayed, no page dropdown (This is a bug but seems to be present before this patch as well) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.