BUG 6639 Fix Completed
Completed the changes made for GTBank related to Report Tables
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user