• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/ProductGrid/Enricher/UpdateFieldsForTaxMode.php
  • Класс: BitrixCrmMobileProductGridEnricherUpdateFieldsForTaxMode
  • Вызов: UpdateFieldsForTaxMode::rebuild
private function rebuild(ProductRow $source, array $mutations): ProductRow
{
	$result = ProductRow::createFromArray(array_merge(
		$source->toArray(),
		$mutations
	));
	$this->entity->addToProductRows($result);
	return $result;
}