LP#1305958 Fix copy table header ID error
authorDan Scott <dscott@laurentian.ca>
Thu, 10 Apr 2014 14:54:19 +0000 (10:54 -0400)
committerDan Wells <dbw2@calvin.edu>
Thu, 10 Apr 2014 21:29:29 +0000 (17:29 -0400)
Currently there is a <td headers='copy_header_date_format'> entry in
copy_table.tt2 that does not link to an associated table header with an
ID of that value. The desired target ID is "copy_header_create_date".

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index b6576ca..409964b 100644 (file)
@@ -117,7 +117,7 @@ END; # FOREACH bib
                 [% copy_info.age_protect ?
                     ctx.get_crahp(copy_info.age_protect).name : l('None') | html %]
             </td>
-            <td headers='copy_header_date_format'>[% date.format(
+            <td headers='copy_header_create_date'>[% date.format(
                 ctx.parse_datetime(copy_info.create_date),
                 DATE_FORMAT
             ) %]</td>