• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/importonecsubordinatesale.php
  • Класс: BitrixSaleExchangeImportOneCSubordinateSale
  • Вызов: ImportOneCSubordinateSale::hasPaymentDocuments
protected function hasPaymentDocuments(array $documents)
{
	return ($this->hasDocumentByTypeId(static::getPaymentCardEntityTypeId(), $documents)
			|| $this->hasDocumentByTypeId(static::getPaymentCashLessEntityTypeId(), $documents)
			|| $this->hasDocumentByTypeId(static::getPaymentCashEntityTypeId(), $documents));
}