CCrmInvoiceEventFormat::FormatInvoicePriceChanged

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmInvoiceEventFormat
  4. FormatInvoicePriceChanged
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_invoice_event.php
  • Класс: \CCrmInvoiceEventFormat
  • Вызов: CCrmInvoiceEventFormat::FormatInvoicePriceChanged
static function FormatInvoicePriceChanged($arData)
{
	$info = GetMessage(
		"CRM_INVOICE_EVENT_INFO_PRICE_CHANGED",
		array("#AMOUNT#" => CurrencyFormat($arData["PRICE"], $arData["CURRENCY"]))
	);

	return array(
		"INFO" => $info
	);
}

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