hide popup message if failure is handled - not sure what knock on effect this may...
[Pman.Core] / Pman.Dialog.Companies.js
1 /**
2  *
3  * BC compatible..
4  *
5  */
6
7 Pman.Dialog.Companies =   new Roo.util.Observable({
8     
9     show : function (data, callback)
10     {
11         Pman.Dialog.CoreCompanies.show({id:data.id}, callback);
12     }
13
14 });
15
16