LP#1989133: Bootstrap physical description display error.
authorSteven Callender <stevecallender@esilibrary.com>
Thu, 8 Sep 2022 16:47:38 +0000 (12:47 -0400)
committerJane Sandberg <js7389@princeton.edu>
Fri, 4 Nov 2022 14:00:14 +0000 (07:00 -0700)
Signed-off-by: Steven Callender <stevecallender@esilibrary.com>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2

index 94ae7f5..7311717 100755 (executable)
@@ -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;
                             -%]