sync
[Pman.Admin] / Pman.Tab.AdminCompanies.js
index 3b5a6be..1f60652 100644 (file)
@@ -37,6 +37,7 @@ Pman.Tab.AdminCompanies = new Roo.XComponent({
    var MODULE = this;
    return {
    xtype : 'NestedLayoutPanel',
+   background : true,
    region : 'center',
    title : _this._strings['edefbda3a2bdd979e42d8944b7325b79'] /* Companies */,
    xns : Roo,
@@ -257,7 +258,7 @@ Pman.Tab.AdminCompanies = new Roo.XComponent({
           listeners : {
            click : function()
             {
-                Pman.genericDelete(_this, 'Companies'); 
+                Pman.genericDelete(_this, 'core_company'); 
             }
           },
           xns : Roo.Toolbar,