1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
numeratororder.php
См. документацию.
1<?php
2namespace Bitrix\Sale\Integration\Numerator;
3use Bitrix\Main\Numerator\Numerator;
4use Bitrix\Sale\Registry;
5
11{
18 public static function isUsedNumeratorForOrder()
19 {
20 return boolval(Numerator::getOneByType(Registry::ENTITY_ORDER));
21 }
22}
const ENTITY_ORDER
Определения registry.php:20