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

Evergreen Git git at git.evergreen-ils.org
Fri May 25 15:33:31 EDT 2018


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  f265176d550758f6a6c564709b97114d9758c44f (commit)
      from  bb50290029bb95cf4c30f8de592ac59db6a429ba (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 f265176d550758f6a6c564709b97114d9758c44f
Author: Lynn Floyd <alynn2671 at gmail.com>
Date:   Mon May 7 10:43:01 2018 -0700

    LP#1750630: use proper quoting to un-break Transit List print template
    
    Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2
index d347c48..a4c583c 100644
--- a/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2
+++ b/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2
@@ -20,7 +20,7 @@ transits - list; each entry contains:
       <div>[% l('From: [_1] To: [_2] <br> When: [_3] <br> Barcode: [_4] Title: [_5]',
         '{{transit.source.shortname}}',
         '{{transit.dest.shortname}}',
-        "{{transit.source_send_time | date:$root.egDateAndTimeFormat}}",
+        '{{transit.source_send_time | date:$root.egDateAndTimeFormat}}',
         '{{transit.target_copy.barcode}}',
         '{{transit.target_copy.call_number.record.simple_record.title}}') %]</div>
     </li>

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

Summary of changes:
 .../staff/share/print_templates/t_transit_list.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list