• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/correctioncheck.php
  • Класс: BitrixSaleCashboxCorrectionCheck
  • Вызов: CorrectionCheck::__construct
public function __construct()
{
	parent::__construct();

	$this->fields['ENTITY_REGISTRY_TYPE'] = Registry::REGISTRY_TYPE_ORDER;
	$this->fields['CURRENCY'] = self::CHECK_CURRENCY_RUB;
}