Fix up mergery
authorDan Scott <dscott@laurentian.ca>
Mon, 13 Aug 2012 22:47:05 +0000 (18:47 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 13 Aug 2012 22:47:05 +0000 (18:47 -0400)
Open-ILS/src/templates/opac/parts/misc_util.tt2

index 1a393c7..15e4f0f 100644 (file)
             IF show_loc_groups; loc_name = 'locg'; END;
         END;
         IF !loc_value;
-            loc_value = CGI.param('loc') || ctx.search_ou;
+            loc_value = ctx.search_ou;
             IF show_loc_groups; 
                 loc_value = CGI.param('locg') || ctx.search_ou;
             END;