Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/crm.invoice.show/ |
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/crm.invoice.show/.parameters.php |
<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED!==true)die(); if(!CModule::IncludeModule('crm')) return false; $arComponentParameters = Array( 'PARAMETERS' => array( 'ELEMENT_ID' => array( 'PARENT' => 'BASE', 'NAME' => GetMessage('CRM_ELEMENT_ID'), 'TYPE' => 'STRING', 'DEFAULT' => '={$_REQUEST["invoice_id"]}' ) ) ); ?>