BUG 6087 solved notice

This commit is contained in:
Alvaro Campos
2011-04-25 11:38:09 -04:00
parent 29c3720d37
commit d9b98b6db4

View File

@@ -21,6 +21,11 @@ Ext.onReady(function(){
})
});
store.setBaseParam('dateFrom', dateFrom.getValue());
store.setBaseParam('dateTo', dateTo.getValue());
store.load({params:{start : 0 , limit : 20}});
//store.load({params:{ start : 0 , limit : pageSize }});
var comboCategory = new Ext.form.ComboBox({
fieldLabel : 'Category',
name : 'category',