From: berick Date: Sat, 30 Apr 2011 21:28:02 +0000 (-0400) Subject: force empty value for the default 'Any' option to avoid using the option text as... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3938bb2efd737b444fea7aecf3c099f97d79a073;p=evergreen%2Fequinox.git force empty value for the default 'Any' option to avoid using the option text as a valid value --- diff --git a/Open-ILS/web/templates/default/opac/parts/coded_value_selector.tt2 b/Open-ILS/web/templates/default/opac/parts/coded_value_selector.tt2 index a78edfd1ed..cfcd9a054e 100644 --- a/Open-ILS/web/templates/default/opac/parts/coded_value_selector.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/coded_value_selector.tt2 @@ -6,7 +6,7 @@ size ? (' size="' _ size _ '"') : ''; %]> [% all_values = ctx.search_ccvm('ctype', attr); IF none_ok %] - + [% END; FOR o IN all_values; |l(o.value) %]