This commit is contained in:
Roly Rudy Gutierrez Pinto
2016-11-11 12:34:54 -04:00
parent 00cae19c5a
commit 198929f796
7 changed files with 5 additions and 46 deletions

View File

@@ -394,7 +394,6 @@ class AppFolder extends BaseAppFolder
$numRecTotal = $row["NUM_REC"];
//Query
$oCase->verifyTable();
$oCriteria->addAscendingOrderByColumn( AppDocumentPeer::APP_DOC_INDEX );
$oCriteria->addDescendingOrderByColumn( AppDocumentPeer::DOC_VERSION );
@@ -537,8 +536,6 @@ class AppFolder extends BaseAppFolder
$numRecTotal = AppDocumentPeer::doCount($oCriteria);
$oCase->verifyTable();
//Need to review hot to get the Column Type name
switch($ColumnSort) {
case 'appDocCreateDate' :