BUG 6639 Fix Completed

Completed the changes made for GTBank related to Report Tables
This commit is contained in:
Hugo Loza
2011-04-19 15:07:20 -04:00
parent 8470922696
commit bcd2bcaa22
3 changed files with 17 additions and 14 deletions

View File

@@ -93,7 +93,8 @@ class ReportTable extends BaseReportTable {
return $aFields;
}
else {
throw( new Exception( "The row '$RepTabUid' in table ReportTable doesn't exist!" ));
//throw( new Exception( "The row '$RepTabUid' in table ReportTable doesn't exist!" ));
return array();
}
}
catch (Exception $oError) {