In
cd056eba75038c6a1fabd2a83ba97d81a444bc75, I fixed record by inadvertently
passing around the wrong variables. In fact, we do not need the value set
there, and we broke results view as a result of the swap around.
Put things right what once went wrong.
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
[%- copy_info.holding_label | html; -%]
</td>
[%- ELSE %]<td headers='copy_header_library'>
- [%- copy = copy_info;
- INCLUDE "opac/parts/library_name_link.tt2";
- -%]
+ [%- INCLUDE "opac/parts/library_name_link.tt2"; -%]
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
<link property="itemOffered" href="#schemarecord">
</td>[% END %]
[% FOR copy IN args.holdings %]
<tr>
<td>
-[%- copy = copy_info;
+[%- copy_info = copy;
INCLUDE "opac/parts/library_name_link.tt2"; %]
</td>
<td>[% copy.location | html %]</td>