Skip to content

Commit

Permalink
docs: better holdings filter example record
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Oct 1, 2024
1 parent a834ff6 commit 6bc885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog-js/holdings-table-filter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// add a filter to large holdings tables so users can find the issue/volume
// they want more easily, very useful for serials with large numbers of items
// ex: https://library.cca.edu/cgi-bin/koha/opac-detail.pl?biblionumber=2806
// ex: https://library.cca.edu/cgi-bin/koha/opac-detail.pl?biblionumber=55280&viewallitems=1

// we're on a details page & there are more than 4 rows of holdings (not counting header row)
if (path === '/cgi-bin/koha/opac-detail.pl' && $('#holdingst tr').length > 5) {
Expand Down

0 comments on commit 6bc885f

Please sign in to comment.