InfoPopup::addMoneyField

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. InfoPopup
  4. addMoneyField
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/infopopup.php
  • Класс: Bitrix\Crm\UI\InfoPopup
  • Вызов: InfoPopup::addMoneyField
public function addMoneyField(string $title, float $opportunity, string $currencyId)
{
	$moneyBlock = $this->createMoneyBlock($opportunity, $currencyId);

	return $this->addMixedField($title, $moneyBlock);
}

Добавить комментарий