[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. ac22cbadcc802be863a75bfe34955c23d27ecc15

Evergreen Git git at git.evergreen-ils.org
Sun Jul 17 12:29:35 EDT 2011


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_1 has been updated
       via  ac22cbadcc802be863a75bfe34955c23d27ecc15 (commit)
      from  07d281ea61bfe30a9132ab90b911806e34147ea0 (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 ac22cbadcc802be863a75bfe34955c23d27ecc15
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Jul 14 16:03:42 2011 -0400

    fix bill ui display update bug where total owed and total checked were not updated if the total owed as paid off in full
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/xul/staff_client/server/patron/bill2.js b/Open-ILS/xul/staff_client/server/patron/bill2.js
index 50bc004..490a94a 100644
--- a/Open-ILS/xul/staff_client/server/patron/bill2.js
+++ b/Open-ILS/xul/staff_client/server/patron/bill2.js
@@ -180,6 +180,7 @@ function event_listeners() {
                 try {
                     $('apply_payment_btn').disabled = true;
                     apply_payment();
+                    tally_all();
                     $('apply_payment_btn').disabled = false;
                 } catch(E) {
                     alert('Error in bill2.js, apply_payment_btn: ' + E);

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list