...Человеческий поиск в разработке...
- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/returncustomer/transportbase.php
- Класс: Bitrix\Sender\Integration\Crm\ReturnCustomer\TransportBase
- Вызов: TransportBase::copyDealProducts
protected function copyDealProducts($fromDealId, $toDealId) { $productRows = \CCrmDeal::LoadProductRows($fromDealId); foreach($productRows as &$productRow) { $productRow['ID'] = 0; } \CCrmDeal::SaveProductRows($toDealId, $productRows, false); }