Correccion de nivel de array en PMTABLE

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-04-29 08:57:50 -04:00
parent e7360a767f
commit 9007a2188d

View File

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