Correccion de nivel de array en PMTABLE
This commit is contained in:
@@ -570,7 +570,7 @@ class Table
|
||||
public function updateTableData($pmt_uid, $pmt_data)
|
||||
{
|
||||
$pmt_uid = $this->validateTabUid($pmt_uid, false);
|
||||
$rows = $pmt_data['pmt_rows'];
|
||||
$rows = $pmt_data;
|
||||
$rows = array_merge( array_change_key_case( $rows, CASE_LOWER ), array_change_key_case( $rows, CASE_UPPER ) );
|
||||
|
||||
$oAdditionalTables = new AdditionalTables();
|
||||
|
||||
Reference in New Issue
Block a user