From: Terran McCanna Date: Tue, 23 Jul 2019 20:55:20 +0000 (-0400) Subject: Modifies our previously customized code for the new books dropdown X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9220b05e7515b839ab15d086741883a02cd3728e;p=evergreen%2Fpines.git 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. --- 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;