From f138598b979dbf28d8086b460e909e8780abfdee Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 23 Jul 2019 16:55:20 -0400 Subject: [PATCH] Modifies our previously customized code for the new books dropdown list so that it limits what is retrieved in the new books supercat feeds by available statuses only. --- Open-ILS/src/templates/opac/parts/org_selector.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/org_selector.tt2 b/Open-ILS/src/templates/opac/parts/org_selector.tt2 index 11fba81c95..c0b7fa9629 100644 --- a/Open-ILS/src/templates/opac/parts/org_selector.tt2 +++ b/Open-ILS/src/templates/opac/parts/org_selector.tt2 @@ -161,7 +161,7 @@ BLOCK build_org_selector_newitems; title='[% arialabel || l("Select Library") %]' class="org_selector_dropdown" onchange="location = '/opac/extras/browse/html-full/item-age/' + - this.options[this.selectedIndex].value + '/1/20';"> + this.options[this.selectedIndex].value + '/1/20?status=0&status=1&status=5&status=7;'"> [%- WHILE node_stack.size > 0; -- 2.11.0