[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 45db93c94e2b6c389f47b9e51d347c3af55db759
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 25 08:28:43 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 45db93c94e2b6c389f47b9e51d347c3af55db759 (commit)
from fc571075295646b3007d02fa792cee259d4b538b (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 45db93c94e2b6c389f47b9e51d347c3af55db759
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 046adc1..2d61b56 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
@@ -110,7 +110,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