• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/paymentcollection.php
  • Класс: Bitrix\Crm\Order\PaymentCollection
  • Вызов: PaymentCollection::isAllowAutoEdit
protected function isAllowAutoEdit()
{
	if (!\CCrmSaleHelper::isWithOrdersMode())
	{
		return false;
	}

	return parent::isAllowAutoEdit();
}