projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c794ad8
)
Fix
author
Dan Scott
<dscott@laurentian.ca>
Thu, 9 Aug 2012 15:23:32 +0000
(11:23 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Mon, 13 Aug 2012 22:47:26 +0000
(18:47 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/parts/misc_util.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/parts/misc_util.tt2
b/Open-ILS/src/templates/opac/parts/misc_util.tt2
index
15e4f0f
..
1a393c7
100644
(file)
--- 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;