[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0b2282b6fd569366d30db914dad2e3e0a881dec5
Evergreen Git
git at git.evergreen-ils.org
Fri Feb 12 17:16:48 EST 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, master has been updated
via 0b2282b6fd569366d30db914dad2e3e0a881dec5 (commit)
from 3f778195c62baa6d438143d4d167adda180b771e (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 0b2282b6fd569366d30db914dad2e3e0a881dec5
Author: Kathy Lussier <klussier at masslnc.org>
Date: Tue Dec 15 08:39:27 2015 -0500
LP#1522604: Remove red alert style for non-cataloged checkouts
The non-cataloged checkouts in the patron summary had a red alert style
applied when there was a lost item count on the patron record. This branch
removes any alert styling since we don't need to highlight non-cataloged
checkouts.
Test plan:
Pre-patch, retrieve a patron record with lost transactions in the web client.
The non-cataloged count in the patron summary will be red. Apply the patch.
The count will no longer be red.
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
index 6a3d7f6..7c880b9 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
@@ -87,8 +87,7 @@
<div class="col-md-5">[% l('Lost') %]</div>
<div class="col-md-7">{{patron_stats().checkouts.lost}}</div>
</div>
- <div class="row"
- ng-class="{'patron-summary-alert' : patron_stats().checkouts.lost}">
+ <div class="row">
<div class="col-md-5">[% l('Non-Cataloged') %]</div>
<div class="col-md-7">{{patron_stats().checkouts.noncat}}</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/staff/circ/patron/t_summary.tt2 | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list