This commit is contained in:
Paula V. Quispe
2016-03-07 13:14:21 -04:00
parent 551c4e0fa7
commit 1049a69b87

View File

@@ -247,10 +247,7 @@ Ext.onReady(function(){
chkSelModel = new Ext.grid.CheckboxSelectionModel({
listeners:{
selectionchange: function(sm){
if (sm.last !== false) {
var count_rows = sm.getCount();
//var isReport = sm.getSelected().get('PRO_UID') != '';
currentSelectedRow = sm.last;
switch(count_rows){
case 0:
@@ -272,8 +269,6 @@ Ext.onReady(function(){
dataButton.disable();
break;
}
}
}
}
});