• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/salemanager.php
  • Класс: BitrixSalesCenterIntegrationSaleManager
  • Вызов: SaleManager::getPaymentFormattedPrice
public function getPaymentFormattedPrice(SalePayment $payment)
{
	return SaleFormatCurrency($payment->getSum(), $payment->getField('CURRENCY'));
}