From: Dan Scott Date: Thu, 9 Aug 2012 15:23:32 +0000 (-0400) Subject: Fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8818ef933031314282379b981f1a93d25cfacf72;p=contrib%2FConifer.git Fix Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2 index 15e4f0f275..1a393c7b05 100644 --- a/Open-ILS/src/templates/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2 @@ -278,7 +278,7 @@ IF show_loc_groups; loc_name = 'locg'; END; END; IF !loc_value; - loc_value = ctx.search_ou; + loc_value = CGI.param('loc') || ctx.search_ou; IF show_loc_groups; loc_value = CGI.param('locg') || ctx.search_ou; END;