[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 8ec7f83e624c6c4e787a7fad838e9b9018425816
Evergreen Git
git at git.evergreen-ils.org
Sun Jul 17 12:30:18 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_0 has been updated
via 8ec7f83e624c6c4e787a7fad838e9b9018425816 (commit)
from 2b661102559e9eb23f55dd886cf916becc2f12ea (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 8ec7f83e624c6c4e787a7fad838e9b9018425816
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