[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. dcfa1d4ede1025b36be200e33c93deaa825b903e

Evergreen Git git at git.evergreen-ils.org
Tue Nov 26 11:02:35 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, master has been updated
       via  dcfa1d4ede1025b36be200e33c93deaa825b903e (commit)
      from  3b9e53854e24315cb68aa9c4a44d283648b3ea7b (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 dcfa1d4ede1025b36be200e33c93deaa825b903e
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