for now, disable refresh of entire patron interface after penalty manipulation. ...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 29 Jul 2009 09:09:19 +0000 (09:09 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 29 Jul 2009 09:09:19 +0000 (09:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13773 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/standing_penalties.js

index 30c99b9..622deb2 100644 (file)
@@ -163,9 +163,11 @@ function generate_request_handler_for_penalty_apply(penalty,id) {
                 rows[ penalty.id() ] = row_params;
                 list.append( row_params );
             }
+            /*
             if (xulG && typeof xulG.refresh == 'function') {
                 xulG.refresh();
             }
+            */
             document.getElementById('progress').hidden = true;
 
         } catch(E) {
@@ -188,9 +190,11 @@ function handle_remove_penalty(ev) {
         } 
         funcs.push(
             function() {
+                /*
                 if (xulG && typeof xulG.refresh == 'function') {
                     xulG.refresh();
                 }
+                */
                 document.getElementById('progress').hidden = true;
             }
         );