• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_invoice.php
  • Класс: \CAllCrmInvoice
  • Вызов: CAllCrmInvoice::__MakePropsHtmlInputs
static function __MakePropsHtmlInputs($arInvoiceProperties)
{
	$htmlInputs = '';
	foreach ($arInvoiceProperties as $propertyKey => $property)
		$htmlInputs .= ''.PHP_EOL;

	return $htmlInputs;
}