[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 340d71f1f39566c9d6b836ea23fdc3bad05f3bac
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_0 has been updated
via 340d71f1f39566c9d6b836ea23fdc3bad05f3bac (commit)
from f3f5ec4fcacb9037b27b1bd47b2e572a0d88db18 (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 340d71f1f39566c9d6b836ea23fdc3bad05f3bac
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