From: Lebbeous Fogle-Weekley Date: Fri, 9 Mar 2012 23:07:19 +0000 (-0500) Subject: TPAC: follow-up to serials holdings paging fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d944a3780a9106ed881738472e3259b8d77f7d46;p=contrib%2FConifer.git 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 --- 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]; }