Roo/form/ComboNested.js
[roojs1] / Roo / form / ComboNested.js
index 4bcee34..43002d5 100644 (file)
@@ -372,7 +372,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
     {
         
        var stack = [];
-       var rec =  this.findRecordInStore(this.store, this.hiddenName, this.getValue());
+       this.findRecordInStore(this.store, this.hiddenName, this.getValue(), stack);
        
     }