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

Evergreen Git git at git.evergreen-ils.org
Sun Jul 17 12:29:15 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, master has been updated
       via  f7ded516d642afdef3e913ed31bfa83f2ba90835 (commit)
      from  318efe47c1d58d6db25e9434829a7b55d7cced10 (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 f7ded516d642afdef3e913ed31bfa83f2ba90835
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