projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e3e220
)
dump copy notes
author
edoceo
<code@edoceo.com>
Sat, 2 Feb 2013 00:30:43 +0000
(16:30 -0800)
committer
edoceo
<code@edoceo.com>
Tue, 5 Feb 2013 04:33:51 +0000
(20:33 -0800)
Open-ILS/src/templates/opac/parts/record/copy_table.tt2
patch
|
blob
|
history
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
b806f5c
..
24d4436
100644
(file)
--- 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 %]</td>
</tr>
+ <tr><td>[% Dumper.dump(copy_info.note_title) | html %]: [% Dumper.dump(copy_info.note_value) | html %]</td></tr>
[%- END %]
<tr>
[%- IF ctx.copy_offset > 0 AND NOT serial_holdings;