• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::getInstanceIndexByOrder
static function getInstanceIndexByOrder(OrderBase $order)
{
	return $order->getInternalId().'|0'.'|'.$order->getSiteId();
}