[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 381735e73585d2029f7b6bd93682781a28724d36
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 25 08:27:53 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 381735e73585d2029f7b6bd93682781a28724d36 (commit)
from cd8e4cf4540c6e3420b3e17786eab065ea0096eb (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 381735e73585d2029f7b6bd93682781a28724d36
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date: Thu Jul 12 16:28:45 2018 -0400
LP#1781473 - fix cosmetic issue with circ Id column
The column for Circ.Id on the Patron Checkout grid was
mislabeled "Bill#"
Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
index 85df24c..ba380ba 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
@@ -116,7 +116,7 @@
</a>
</eg-grid-field>
- <eg-grid-field label="[% l('Bill #') %]"
+ <eg-grid-field label="[% l('Circ ID') %]"
path='circ.id'></eg-grid-field>
<eg-grid-field label="[% l('Call Number') %]"
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/staff/circ/patron/t_checkout.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list