[open-ils-commits] [GIT] Evergreen ILS branch master updated. 12319bb483d9a0d1e53db552b1f44f6866dcfea1

Evergreen Git git at git.evergreen-ils.org
Thu Apr 10 17:30:37 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  12319bb483d9a0d1e53db552b1f44f6866dcfea1 (commit)
      from  e953ba1b9a3260d352f62ca7fa44fd45188e0308 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 12319bb483d9a0d1e53db552b1f44f6866dcfea1
Author: Dan Scott <dscott at laurentian.ca>
Date:   Thu Apr 10 10:54:19 2014 -0400

    LP#1305958 Fix copy table header ID error
    
    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 at laurentian.ca>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

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 b6576ca..409964b 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 %]
             </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>

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/opac/parts/record/copy_table.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list