• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/db/exporttreeukrain.php
  • Класс: BitrixSaleLocationImportCompilerDbExportTreeUkrainTable
  • Вызов: ExportTreeUkrainTable::getMap
static function getMap()
{
	$map = parent::getMap();
	$map['ZIP'] = array(
		'data_type' => 'string',
	);

	return $map;
}