From 12319bb483d9a0d1e53db552b1f44f6866dcfea1 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 10 Apr 2014 10:54:19 -0400 Subject: [PATCH] LP#1305958 Fix copy table header ID error Currently there is a 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 Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b6576cacaa..409964b562 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -117,7 +117,7 @@ END; # FOREACH bib [% copy_info.age_protect ? ctx.get_crahp(copy_info.age_protect).name : l('None') | html %] - [% date.format( + [% date.format( ctx.parse_datetime(copy_info.create_date), DATE_FORMAT ) %] -- 2.43.2