• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/invoice/payableitemcollection.php
  • Класс: Bitrix\Crm\Invoice\PayableItemCollection
  • Вызов: PayableItemCollection::load
static function load(Payment $payment)
{
	$collection = static::createCollectionObject();
	$collection->setPayment($payment);

	return $collection;
}