Correciones de label y notice en REPORT TABLES

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-02-10 12:40:02 -04:00
parent 0b31f62b70
commit ec92cb8b68
3 changed files with 17 additions and 20 deletions

View File

@@ -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);

View File

@@ -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
*