[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9888fb67399fb7fde4c26b83dd887a7274d11e04

Evergreen Git git at git.evergreen-ils.org
Wed Jul 25 08:26:37 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, master has been updated
       via  9888fb67399fb7fde4c26b83dd887a7274d11e04 (commit)
      from  b613f593c41830f6d2cb41a264b46f1011547e54 (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 9888fb67399fb7fde4c26b83dd887a7274d11e04
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