Correcion de update en REPORT TABLES
This commit is contained in:
@@ -526,7 +526,8 @@ class Table
|
|||||||
$dataValidate['rep_tab_dsc'] = $tab_data['rep_tab_dsc'];
|
$dataValidate['rep_tab_dsc'] = $tab_data['rep_tab_dsc'];
|
||||||
$dataValidate['rep_tab_connection'] = $row['DBS_UID'];
|
$dataValidate['rep_tab_connection'] = $row['DBS_UID'];
|
||||||
$dataValidate['rep_tab_type'] = $row['ADD_TAB_TYPE'];
|
$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 {
|
} else {
|
||||||
$dataValidate['pmt_uid'] = $tab_uid;
|
$dataValidate['pmt_uid'] = $tab_uid;
|
||||||
$dataValidate['pmt_tab_name'] = $row['ADD_TAB_NAME'];
|
$dataValidate['pmt_tab_name'] = $row['ADD_TAB_NAME'];
|
||||||
|
|||||||
Reference in New Issue
Block a user