HOR-472 Change log de dynaforms obtiene un orden extraño de los cambios

+ Refactor of ChangeLog History
- Removed paging
+ Improved type style
This commit is contained in:
davidcallizaya
2016-03-24 00:12:23 -04:00
parent 0d72d4585d
commit 4c590fcdf8
3 changed files with 14 additions and 19 deletions

View File

@@ -84,10 +84,6 @@ class ChangeLog
$this->hasPermission($row['DYN_UID']), true);
$limit-= $a;
$index+= $a;
if ($limit < 0) {
$index+=1;
break;
}
}
return $index;
}