• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxorangedataffd12.php
  • Класс: BitrixSaleCashboxCashboxOrangeDataFfd12
  • Вызов: CashboxOrangeDataFfd12::buildPositionQuantityMeasurementUnit
private function buildPositionQuantityMeasurementUnit(array $item): ?int
{
	$tag2108Value = $this->getValueFromSettings('MEASURE', $item['measure_code']);
	if (is_null($tag2108Value) || $tag2108Value === '')
	{
		$tag2108Value = $this->getValueFromSettings('MEASURE', 'DEFAULT');
	}

	return (is_null($tag2108Value) || $tag2108Value === '') ? null : (int)$tag2108Value;
}