From: edoceo Date: Sat, 2 Feb 2013 00:30:43 +0000 (-0800) Subject: dump copy notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6c8d4628dbd8c90f4f8295b8ed3875738e58d466;p=working%2FEvergreen.git dump copy notes Signed-off-by: Michael Peters --- diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index b806f5cead..24d4436e72 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -1,5 +1,7 @@ [%- +USE Dumper; + # If being used in serial mode, flatten list of units so that they can be # used like one long list of copies without changing so much code below. IF serial_holdings; @@ -143,6 +145,7 @@ END; '-'; END %] + [% Dumper.dump(copy_info.note_title) | html %]: [% Dumper.dump(copy_info.note_value) | html %] [%- END %] [%- IF ctx.copy_offset > 0 AND NOT serial_holdings;