fix bill ui display update bug where total owed and total checked were not updated...
authorJason Etheridge <jason@esilibrary.com>
Thu, 14 Jul 2011 20:03:42 +0000 (16:03 -0400)
committerMike Rylander <mrylander@gmail.com>
Sun, 17 Jul 2011 16:26:40 +0000 (12:26 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/xul/staff_client/server/patron/bill2.js

index 50bc004..490a94a 100644 (file)
@@ -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);