• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/Access/Rule/StoreDocumentAllowNegationProductQuantityRule.php
  • Класс: BitrixCatalogAccessRuleStoreDocumentAllowNegationProductQuantityRule
  • Вызов: StoreDocumentAllowNegationProductQuantityRule::checkPermission
private function checkPermission(string $permission): bool
{
	return $this->user->getPermission($permission) === 1;
}