[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. b4f1dfba98a0971eabb8824188d5fe0f21b8351f

Evergreen Git git at git.evergreen-ils.org
Tue Nov 26 11:03:53 EST 2013


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_5 has been updated
       via  b4f1dfba98a0971eabb8824188d5fe0f21b8351f (commit)
      from  33fe2cee4b94a382fd62e02bfd6dcd6f5bb0684f (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 b4f1dfba98a0971eabb8824188d5fe0f21b8351f
Author: Bill Erickson <berick at esilibrary.com>
Date:   Mon Oct 28 10:24:37 2013 -0400

    LP#1238015 hide patron credit summary when disabled
    
    When the circ.disable_patron_credit / "Disable Patron Credit" org unit
    setting is disabled, also hide the patron credit summary information in
    the bills interface.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/xul/staff_client/server/patron/bill2.xul b/Open-ILS/xul/staff_client/server/patron/bill2.xul
index b0135b4..2889b7b 100644
--- a/Open-ILS/xul/staff_client/server/patron/bill2.xul
+++ b/Open-ILS/xul/staff_client/server/patron/bill2.xul
@@ -78,7 +78,12 @@
                         <row>
                             <vbox pack="center"><label value="&staff.patron.bill_interface.total_checked;" class="big_emphasis1" /></vbox><vbox pack="center"><label id="checked_owed2" class="big_emphasis1"/></vbox>
                             <spacer flex="1"/>
-                            <vbox pack="center"><label value='&staff.patron.bill_interface.credit_available;' class="big_emphasis2"/></vbox><vbox pack="center"><label id="credit_forward" class="big_emphasis2"/></vbox>
+                            <vbox class="hide_patron_credit" pack="center">
+                                <label value='&staff.patron.bill_interface.credit_available;' class="big_emphasis2"/>
+                            </vbox>
+                            <vbox class="hide_patron_credit" pack="center">
+                                <label id="credit_forward" class="big_emphasis2"/>
+                            </vbox>
                         </row>
                     </rows>
                 </grid>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/server/patron/bill2.xul |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list