Correciones de label y notice en REPORT TABLES
This commit is contained in:
@@ -95,11 +95,8 @@ class ReportTable
|
||||
public function getDataReportTableData($pro_uid, $rep_uid)
|
||||
{
|
||||
//VALIDATION
|
||||
if ($validate) {
|
||||
$pro_uid = $this->validateProUid($pro_uid);
|
||||
$rep_uid = $this->validateRepUid($rep_uid);
|
||||
$repData['PRO_UID'] = $pro_uid;
|
||||
}
|
||||
$pro_uid = $this->validateProUid($pro_uid);
|
||||
$rep_uid = $this->validateRepUid($rep_uid);
|
||||
|
||||
$additionalTables = new AdditionalTables();
|
||||
$table = $additionalTables->load($rep_uid, true);
|
||||
|
||||
@@ -101,7 +101,7 @@ class ReportTable extends Api
|
||||
* @param string $rep_tab_name {@from body}
|
||||
* @param string $rep_tab_dsc {@from body}
|
||||
* @param string $rep_tab_connection {@from body}
|
||||
* @param string $rep_tab_type {@from body}
|
||||
* @param string $rep_tab_type {@from body} {@choice NORMAL,GRID}
|
||||
* @param string $rep_tab_grid {@from body}
|
||||
* @return array
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user