[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 1e9133abb880a698f5234389268dcf18cce356bc

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, rel_3_1 has been updated
       via  1e9133abb880a698f5234389268dcf18cce356bc (commit)
      from  169ee3e24c8cb04086c81071f777dd1137645b32 (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 1e9133abb880a698f5234389268dcf18cce356bc
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