From: Steven Callender Date: Thu, 8 Sep 2022 16:47:38 +0000 (-0400) Subject: LP#1989133: Bootstrap physical description display error. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2FCallender%2Fbootstrap_physical_description;p=working%2FEvergreen.git LP#1989133: Bootstrap physical description display error. Signed-off-by: Steven Callender --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 index e41c27035f..87849d9aa5 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 @@ -110,7 +110,7 @@ ctx.metalinks.push(' [%- filtered_hl_phys_desc = []; FOR hl_phys_desc IN attrs.hl.physical_description; - hl_phys_desc = hl_phys_desc | html; + hl_phys_desc = hl_phys_desc; filtered_hl_phys_desc.push(hl_phys_desc); END; -%]