Correcion de update en REPORT TABLES

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-02-17 16:37:38 -04:00
parent 1568154e9d
commit 161674e3f5

View File

@@ -526,7 +526,8 @@ class Table
$dataValidate['rep_tab_dsc'] = $tab_data['rep_tab_dsc'];
$dataValidate['rep_tab_connection'] = $row['DBS_UID'];
$dataValidate['rep_tab_type'] = $row['ADD_TAB_TYPE'];
$dataValidate['rep_tab_grid'] = $row['ADD_TAB_GRID'];
list($gridName, $gridId) = explode( '-', $row['ADD_TAB_GRID'] );
$dataValidate['rep_tab_grid'] = $gridId;
} else {
$dataValidate['pmt_uid'] = $tab_uid;
$dataValidate['pmt_tab_name'] = $row['ADD_TAB_NAME'];