@@ -212,7 +212,7 @@ Ext.define('saas.view.document.kind.ChildForm', {
if(grid){
if(form.ownerCt._parent.lookup('document-kind-Grid')!=null){
form.ownerCt._parent.lookup('document-kind-Grid').store.load()
- }else{
+ }else if(grid.store){
grid.store.load();
}