Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index cd0cc56..ac21995 100644 (file)
@@ -92,7 +92,7 @@ Pman.Dialog.CoreNotifyRecur = {
                             listeners : {
                                 update : function (_self, record, operation)
                                 {
-                                    Roo.log(operation);
+                                    //Roo.log(operation);
                                     if (operation != 'commit') {
                                         return;
                                     }
@@ -100,9 +100,9 @@ Pman.Dialog.CoreNotifyRecur = {
                                         url : baseURL + '/Roo/Core_notify_recur',
                                         method :'POST',
                                         params : record.data,
-                                        success : function()
+                                        success : function(data)
                                         {
-                                            //??
+                                            Roo.log(data);
                                         },
                                         failure : function() {
                                             Roo.MessageBox.alert("Error", "There was a problem saving");