Pman.Gnumeric.js
[Pman.Core] / Pman.Dialog.Companies.js
index f0c39c3..e403967 100644 (file)
@@ -1,15 +1,16 @@
-//<script type="text/javascript">
-
+/**
+ *
+ * BC compatible..
+ *
+ */
 
 Pman.Dialog.Companies =   new Roo.util.Observable({
-//    events : {
-//        'beforerender' : true, // trigger so we can add modules later..
-//        'show' : true, // trigger on showing form.. - to load additiona data..
-//        'beforesave' : true
-//    },
+    
     show : function (data, callback)
     {
-        Pman.Dialog.CoreCompanies.show({id:data.id});
+        Pman.Dialog.CoreCompanies.show({id:data.id}, callback);
     }
 
 });
+
\ No newline at end of file