• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/settings/invoicesettings.php
  • Класс: Bitrix\Crm\Settings\InvoiceSettings
  • Вызов: InvoiceSettings::__construct
function __construct()
{
	$this->defaultListView = new IntegerSetting('invoice_default_list_view', self::VIEW_KANBAN);
	$this->isOpened = new BooleanSetting('invoice_opened_flag', true);
	$this->isEnableSign = new BooleanSetting('invoice_enable_public_b24_sign', true);
	$this->isShowInvoiceTransitionNotice = new BooleanSetting('invoice_show_transition_notice', true);
	$this->isOldInvoicesEnabled = new BooleanSetting('old_invoice_enable', true);
	$this->initIsUseNumberInTitlePlaceholderSettings(\CCrmOwnerType::SmartInvoice);
}