• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/Action/Terminal/CreatePaymentAction.php
  • Класс: BitrixCrmMobileControllerActionTerminalCreatePaymentAction
  • Вызов: CreatePaymentAction::disableContactAutoCreationMode
private function disableContactAutoCreationMode(CrmOrderOrder $order): void
{
	$contactCompanyCollection = $order->getContactCompanyCollection();
	if ($contactCompanyCollection)
	{
		$contactCompanyCollection->disableAutoCreationMode();
	}
}