Bug 37358

Summary: Search filter not displayed on holdings table if SeparateHoldings is disabled
Product: Koha Reporter: Emmi Takkinen <emmi.takkinen>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Emmi Takkinen 2024-07-15 06:28:14 UTC
When SeparateHoldings syspref is set as "Don't separate", holdings table is missing search filter. Also pagination buttons and "Show x entries" filter are not displayed.

To reproduce:
1. Set SeparateHoldings syspref as "Separate".
2. Find a biblio with items attached to it.
3. Note that search filter, pagination etc. are displayed
4. Disable SeparateHoldings syspref.
5. Note that search filter, pagination etc. are no longer displayed
Comment 1 Emmi Takkinen 2024-07-15 06:30:51 UTC
Also note, if I disable syspref StaffDetailItemSelection, filters are displayed.