Solve PR observations

This commit is contained in:
Paula Quispe
2017-04-27 16:07:20 -04:00
parent 4ba7c44c4e
commit 432f69a67f
5 changed files with 21 additions and 42 deletions

View File

@@ -992,7 +992,7 @@ class PmTable
$listTablePeer = 'ListInboxPeer';
break;
}
//Some PMtables does not have the APP NUMBER columns, but if exist we must be use
//Some PM tables dont have the APP NUMBER column; but if exists, we must use it
if (in_array($tableName.'.APP_NUMBER', $oCriteria->getSelectColumns())) {
$oCriteria->addJoin($listTablePeer::APP_NUMBER, $tableName.'.APP_NUMBER', Criteria::LEFT_JOIN);
} else {