GX-Bug #48068 » GoogleShoppingCollectiveFieldsFix.patch
| src/system/classes/csv/CSVFunctionLibrary.inc.php (revision ) | ||
|---|---|---|
| 508 | 508 |
{
|
| 509 | 509 |
foreach($p_source_field_names as $t_source_field_name) |
| 510 | 510 |
{
|
| 511 |
if(isset($this->v_properties_array[$t_source_field_name]))
|
|
| 511 |
if(isset($this->combi_value_names_array[$this->v_properties_array[$t_source_field_name]]))
|
|
| 512 | 512 |
{
|
| 513 | 513 |
$t_return = $this->combi_value_names_array[$this->v_properties_array[$t_source_field_name]][$this->_get_language_id()]['name']; |
| 514 | 514 |
break; |