From d944a3780a9106ed881738472e3259b8d77f7d46 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 9 Mar 2012 18:07:19 -0500 Subject: [PATCH] TPAC: follow-up to serials holdings paging fix Some how I didn't notice it before, but my last commit broke things. This unbreaks them. Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells Signed-off-by: Mike Rylander --- Open-ILS/src/perlmods/lib/OpenILS/Application/Serial/OPAC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Serial/OPAC.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Serial/OPAC.pm index 11bc0a22ff..6422edc248 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Serial/OPAC.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Serial/OPAC.pm @@ -536,7 +536,7 @@ sub grouped_holdings_for_summary { # Will we be trying magic auto-expansion of the first top-level grouping? if ($auto_expand_first and @$tree and not @$expand_path) { - $expand_path = [$tree->[0]->{value}]; + $expand_path = [$tree->[1]->{value}]; $offsets = [0]; } -- 2.11.0