[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. 542e73af4db370b6d13fe98f4d4b5c4d5e6456e7
Evergreen Git
git at git.evergreen-ils.org
Thu Sep 29 23:47:04 EDT 2016
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_2_11 has been updated
via 542e73af4db370b6d13fe98f4d4b5c4d5e6456e7 (commit)
from 5e7b30664ceda70ce9dd8d1cca02a31c437cf09f (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 542e73af4db370b6d13fe98f4d4b5c4d5e6456e7
Author: Jim Keenan <jkeenan at cwmars.org>
Date: Thu Sep 29 13:22:15 2016 -0400
LP#1629029: Fixed missing space in line 11
Signed-off-by: Jim Keenan <jkeenan at cwmars.org>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
diff --git a/Open-ILS/src/templates/kpac/getit.tt2 b/Open-ILS/src/templates/kpac/getit.tt2
index 921a4b3..249d4ac 100644
--- a/Open-ILS/src/templates/kpac/getit.tt2
+++ b/Open-ILS/src/templates/kpac/getit.tt2
@@ -8,7 +8,7 @@
%]
<div id="search_results_parent">
- [% INCLUDE 'kpac/parts/record_row.tt2' rec_id=ctx.bre_id%]
+ [% INCLUDE 'kpac/parts/record_row.tt2' rec_id=ctx.bre_id %]
</div>
<div class="checkout_options">
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/kpac/getit.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list